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