Skip to main content

AcceptAccountInviteInput

Provides the fields and values to use when accepting an account invite.

input AcceptAccountInviteInput {
token: String!
email: String!
firstName: String!
lastName: String!
password: String!
}

Fields

AcceptAccountInviteInput.token ● String! non-null scalar

The invite token.

AcceptAccountInviteInput.email ● String! non-null scalar

The user's email address.

AcceptAccountInviteInput.firstName ● String! non-null scalar

The user's first name.

AcceptAccountInviteInput.lastName ● String! non-null scalar

The user's last name.

AcceptAccountInviteInput.password ● String! non-null scalar

The user's password.

Member Of

acceptAccountInvite mutation