OBJECT
DocumentWorkflowState
link GraphQL Schema definition
- type DocumentWorkflowState implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : DocumentType!
- : UUID
- : String
- : UUID
- : String
- : DocumentState
- : UUID
- : TrimmedText
- # Reads a single `Document` that is related to this `DocumentWorkflowState`.
- : Document!
- }
link Require by
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentWorkflowStatesConnectionA connection to a list of `DocumentWorkflowState` values.
- DocumentWorkflowStatesEdgeA `DocumentWorkflowState` edge in the connection.
- QueryThe root query type which gives access points into the data universe.