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