ValidateEventOnlineUserAccountInput
Defines the input for validating an online user account in an event.
input ValidateEventOnlineUserAccountInput {
emailAddress: String!
eventId: ID!
password: String
pin: String
siteName: String
}
Fields
ValidateEventOnlineUserAccountInput.emailAddress ● String! non-null scalar
The email of the online user account to be validated.
ValidateEventOnlineUserAccountInput.eventId ● ID! non-null scalar
The ID of the event that is associated with the online user account.
ValidateEventOnlineUserAccountInput.password ● String scalar
The password for the online user account to be validated. Optional.
A pin or password is required.
ValidateEventOnlineUserAccountInput.pin ● String scalar
The pin for the online user account to be validated. Optional.
A pin or password is required.
ValidateEventOnlineUserAccountInput.siteName ● String scalar
The name of the site that is being logged into. Optional.
Member Of
validateEventOnlineUserAccount mutation