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