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