OBJECT
TaskDetailEdge
Description
Wrapper around the TaskDetail object. This wrapper is used for pagination.
link GraphQL Schema definition
- type TaskDetailEdge {
- # String used to identify this edge.
- : String!
- # The actual TaskDetail object wrapped by this edge.
- : TaskDetail!
- }