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
  • node: ClientFavoriteEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }