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