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