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