OBJECT

DocumentWorkflowsConnection

A connection to a list of DocumentWorkflow values.

link GraphQL Schema definition

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