Fibery GraphQL API
The Fibery GraphQL API provides a flexible interface for reading and mutating data in your Fibery workspace. The schema is dynamically generated from your workspace structure: every Database you create in Fibery becomes a set of GraphQL types and operations, so the exact field names and query roots depend on the spaces and databases configured in each individual workspace. This means the API is introspected at the workspace level rather than having a single static schema shared across all accounts.
Overview
Fibery GraphQL API is a GraphQL API specification published by Fibery on the APIs.io network.
The Fibery GraphQL API provides a flexible interface for reading and mutating data in your Fibery workspace. The schema is dynamically generated from your workspace structure: every Database you create in Fibery becomes a set of GraphQL types and operations, so the exact field names and query roots depend on the spaces and databases configured in each individual workspace. This means the API is introspected at the workspace level rather than having a single static schema shared across all accounts.
The GraphQL endpoint is available at https://{account}.fibery.io/api/graphql/space/{SPACE_NAME}. documentation is published at https://developers.fibery.com/guides/graphql/overview.md.
The specification includes 6 reference links.
Tagged areas include Work Management, Project Management, Collaboration, No-Code, and Automation.
Endpoint
References
- Documentation https://developers.fibery.com/guides/graphql/overview.md
- GettingStarted https://developers.fibery.com/guides/getting-started/authentication.md
- Reference https://developers.fibery.com/guides/graphql/queries.md
- Mutations https://developers.fibery.com/guides/graphql/mutations.md
- IDE https://developers.fibery.com/guides/graphql/using-the-ide.md
- FAQ https://developers.fibery.com/guides/graphql/faq.md