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