ENUM
DocumentsOrderBy
Methods to use when ordering Document.
link GraphQL Schema definition
- enum DocumentsOrderBy {
- }
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.
- QueryThe root query type which gives access points into the data universe.
- UpdateDocumentPayloadThe output of our `updateDocument` mutation.
- UserA finance `User`.