OBJECT

TaskTypeEntityEdge

A Relay edge containing a TaskTypeEntity and its cursor.

link GraphQL Schema definition

  • type TaskTypeEntityEdge {
  • # The item at the end of the edge
  • node: TaskTypeEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }