OBJECT

TaskDetailGroupByEdge

Description

Wrapper around the TaskDetailGroupBy object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type TaskDetailGroupByEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual TaskDetailGroupBy object wrapped by this edge.
  • node: TaskDetailGroupBy!
  • }