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