OBJECT

DocumentWorkflowStepsEdge

A DocumentWorkflowStep edge in the connection.

link GraphQL Schema definition

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