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