OBJECT

DocumentWorkflowStatesEdge

A DocumentWorkflowState edge in the connection.

link GraphQL Schema definition

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