OBJECT

DocumentWorkflowsEdge

A DocumentWorkflow edge in the connection.

link GraphQL Schema definition

  • type DocumentWorkflowsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DocumentWorkflow` at the end of the edge.
  • node: DocumentWorkflow
  • }