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