OBJECT

ProjectObjectiveEntityEdge

A Relay edge containing a ProjectObjectiveEntity and its cursor.

link GraphQL Schema definition

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