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