ENUM
DocumentCommentsOrderBy
Methods to use when ordering DocumentComment.
link GraphQL Schema definition
- enum DocumentCommentsOrderBy {
- }
link Require by
- CreateDocumentCommentPayloadThe output of our `createDocumentComment` mutation.
- DeleteDocumentCommentPayloadThe output of our `deleteDocumentComment` mutation.
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- QueryThe root query type which gives access points into the data universe.
- UserA finance `User`.