OBJECT
ProjectEntityEdge
A Relay edge containing a ProjectEntity
and its cursor.
link GraphQL Schema definition
- type ProjectEntityEdge {
- # The item at the end of the edge
- ProjectEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a ProjectEntity
and its cursor.
- type ProjectEntityEdge {
- # The item at the end of the edge
- ProjectEntity :
- # A cursor for use in pagination
- String! :
- }