OBJECT
OrganizationInviteConnection
Paginated list of organization invites in an organization.
link GraphQL Schema definition
1 type OrganizationInviteConnection { 2 3 # The elements of the paginated list. 4 : [OrganizationInviteEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 # The total number of Organization invites. 10 : Int! 11 12 }