OBJECT

OrganizationConnection

The connection type for Organization.

link GraphQL Schema definition

  • type OrganizationConnection {
  • # A list of edges.
  • edges: [OrganizationEdge]
  • # A list of nodes.
  • nodes: [Organization]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }