OBJECT
DocumentsConnection
A connection to a list of Document values.
link GraphQL Schema definition
- type DocumentsConnection {
- # A list of `Document` objects.
- : [Document!]!
- # A list of edges which contains the `Document` and cursor to aid in pagination.
- : [DocumentsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `Document` you could get from the connection.
- : Int!
- }
link Require by
- ClientCompanyRepresents a `Company` which is a finance *client* company.
- DeletedDocumentA `DeletedDocument` is marked as deleted but can be restored.
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- DocumentWorkflowStepA `DocumentWorkflowStep` is a step which belongs to a `DocumentWorkflow`. A `Document` can be in a single `DocumentWorkflowStep` at a time.
- Exportnull
- QueryThe root query type which gives access points into the data universe.
- UserA finance `User`.