InviteMemberInput
Input required for inviting a member to the organization.
input InviteMemberInput {
organization: UUID!
email: String!
}
Fields
InviteMemberInput.organization
● UUID!
non-null scalar
The ID of the organization.
InviteMemberInput.email
● String!
non-null scalar
The email address of the invited user.
Member of
inviteMember
mutation