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