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