INPUT_OBJECT

AcceptOrganizationInviteInput

Input to the AcceptOrganiztaionInvite mutation.

link GraphQL Schema definition

1input AcceptOrganizationInviteInput {
4
2# First name to the user accepting the invite.
3firstName: String!
7
5# Last name of the user accepting the invite.
6lastName: String!
10
8# ID of the invite to accept.
9organizationInviteID: ID!
13
11# Job title the user has in the inviting organization.
12title: String!
14}