ENUM
DocumentType
Document type
link GraphQL Schema definition
- enum DocumentType {
- }
link Require by
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- DocumentCategoryConditionA condition to be used against `DocumentCategory` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentConditionA condition to be used against `Document` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentWorkflowStatenull
- DocumentWorkflowStateConditionA condition to be used against `DocumentWorkflowState` object types. All fields are tested for equality and combined with a logical ‘and.’
- QueryThe root query type which gives access points into the data universe.