OBJECT
ClientConnection
A connection to a list of items.
link GraphQL Schema definition
- type ClientConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- ClientEdge] : [
- }
OBJECT
A connection to a list of items.
- type ClientConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- ClientEdge] : [
- }