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