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.
  • cursor: String!
  • # The actual TaskDetail object wrapped by this edge.
  • node: TaskDetail!
  • }