OBJECT
OrganizationConnection
The connection type for Organization.
link GraphQL Schema definition
type OrganizationConnection {
A list of edges.
: [OrganizationEdge]
A list of nodes.
: [Organization]
Information to aid in pagination.
: PageInfo!
Total count
: Int!
}