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
  • node: AllowedTaskTypeEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }