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! :
- # Identifies the total count of items in the connection.
- Int! :
- }