OBJECT

ClientSettingEntityEdge

A Relay edge containing a ClientSettingEntity and its cursor.

link GraphQL Schema definition

  • type ClientSettingEntityEdge {
  • # The item at the end of the edge
  • node: ClientSettingEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }