OBJECT

DocumentWorkflowStepsConnection

A connection to a list of DocumentWorkflowStep values.

link GraphQL Schema definition

  • type DocumentWorkflowStepsConnection {
  • # A list of `DocumentWorkflowStep` objects.
  • nodes: [DocumentWorkflowStep]!
  • # A list of edges which contains the `DocumentWorkflowStep` and cursor to aid in
  • # pagination.
  • edges: [DocumentWorkflowStepsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentWorkflowStep` you could get from the connection.
  • totalCount: Int
  • }