
How to start
Every space has separate GraphQL API endpoint. The list of available space API endpoints can be found by following the link:{your fibery host}/api/graphql


How to find database records
The records can be queried using query which starts fromfind
For example:

How to modify or create database records
There are multiple operations available for modifying database records. These operations can be performed for found entities by provided filter or for created records in corresponding database.


Read more about GraphQL mutations.
Samples
Retrieve tasks assigned to current user
Retrieve content of rich fields and documents
You can download content of rich fields or comments in four formats:jsonString, text, md, html.
Batch update of multi select field
Set values “One” and “Two” to multi select field.Assign tasks to current user
Change value of rich field
Let’s assumeFeature database has rich field Description. Rich field can be updated using methods below.
Markdown Templates are supported as well.