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!

Total count
totalCount: Int!

}

link Required by