OBJECT
DocumentWorkflowStatesConnection
A connection to a list of DocumentWorkflowState values.
link GraphQL Schema definition
- type DocumentWorkflowStatesConnection {
- # A list of `DocumentWorkflowState` objects.
- : [DocumentWorkflowState!]!
- # A list of edges which contains the `DocumentWorkflowState` and cursor to aid in
- # pagination.
- : [DocumentWorkflowStatesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DocumentWorkflowState` you could get from the connection.
- : Int!
- }