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