OBJECT
ProcessTemplateEntityEdge
A Relay edge containing a ProcessTemplateEntity and its cursor.
link GraphQL Schema definition
- type ProcessTemplateEntityEdge {
- # The item at the end of the edge
- : ProcessTemplateEntity
- # A cursor for use in pagination
- : String!
- }