OBJECT

OrganizationInviteEdge

An element in a paginated list of organization invites. Contains metadata about the organization invites.

link GraphQL Schema definition

1type OrganizationInviteEdge {
2
3# An opaque cursor identifying the edge's position in the paginted list.
4cursor: Cursor!
5
6# The organization invite.
7node: OrganizationInvite!
8
9}