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