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