OBJECT
OrganizationInvitationConnection
The connection type for OrganizationInvitation.
link GraphQL Schema definition
- type OrganizationInvitationConnection {
- # A list of edges.
- : [OrganizationInvitationEdge]
- # A list of nodes.
- : [OrganizationInvitation]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }