OBJECT
DocumentWorkflowStatesEdge
A DocumentWorkflowState edge in the connection.
link GraphQL Schema definition
- type DocumentWorkflowStatesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentWorkflowState` at the end of the edge.
- : DocumentWorkflowState!
- }