InviteUserInput
Input for the inviteUser mutation.
input InviteUserInput {
email: String!
firstName: String!
lastName: String!
}
Fields
InviteUserInput.email ● String! non-null scalar
Email address of the user to invite.
InviteUserInput.firstName ● String! non-null scalar
First name of the user to invite.
InviteUserInput.lastName ● String! non-null scalar
Last name of the user to invite.
Member Of
inviteUser mutation