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