OBJECT

ConnectorConnection

A connection to a list of items.

link GraphQL Schema definition

  • type ConnectorConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [ConnectorEdge]
  • }

link Require by