UpdateContactOnlineAccountInput
Defines the input for updating the online account details for a contact.
input UpdateContactOnlineAccountInput {
contactId: ID!
disabled: Boolean
email: EmailAddress
eventId: ID!
password: String
}
Fields
UpdateContactOnlineAccountInput.contactId ● ID! non-null scalar
The identifier of the contact.
UpdateContactOnlineAccountInput.disabled ● Boolean scalar
A flag indicating whether the online account is disabled. Optional.
UpdateContactOnlineAccountInput.email ● EmailAddress scalar
The email address to set for the online account. Optional.
UpdateContactOnlineAccountInput.eventId ● ID! non-null scalar
The identifier of the event the contact is associated with.
UpdateContactOnlineAccountInput.password ● String scalar
The password to set for the online account. Optional.
Member Of
updateContactOnlineAccount mutation