OBJECT

ProcessEntityEdge

A Relay edge containing a ProcessEntity and its cursor.

link GraphQL Schema definition

  • type ProcessEntityEdge {
  • # The item at the end of the edge
  • node: ProcessEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }