Queries
/docs
docs
Get a collection of docs.
Arguments
ids[ID!]Required
A list of document unique identifiers.limitIntDefaults: 25
Number of items to get, the default is 25.object_ids[ID!]Required
A list of associated board or object’s unique identifier.order_byDocsOrderBy
Property to order by (created_at / used_at).pageIntDefaults: 1
Page number to get, starting at 1.workspace_ids[ID]
A list of workspace ids the documents are contained in.
Returns
- Get a collection of docs.
query docs($ids: [ID!], $object_ids: [ID!]) { docs(ids: $ids, object_ids: $object_ids) { # docs fields } }
Built with