OBJECT

DocumentWorkflowStatesConnection

A connection to a list of DocumentWorkflowState values.

link GraphQL Schema definition

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