OBJECT
OrganizationInvitation
An Invitation for a user to an organization.
link GraphQL Schema definition
- type OrganizationInvitation {
- # The email address of the user invited to the organization.
- String :
- ID! :
- # The user who created the invitation.
- User! :
- # The login of the user invited to the organization.
- String :
- # The user's pending role in the organization (e.g. member, owner).
- OrganizationInvitationRole! :
- }