Fibery · GraphQL Specification

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.

Documentation Endpoint View on GitHub Work ManagementProject ManagementCollaborationNo-CodeAutomationGraphQLWebhooksGraphQL

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

https://{account}.fibery.io/api/graphql/space/{SPACE_NAME}

References

Related API Specs

Fibery HTTP API (OpenAPI)
Back to Fibery · All GraphQL Specs · GitHub