RestoreRegistrationInput
Defines the input for updating a registration's status.
input RestoreRegistrationInput {
contactId: ID!
eventId: ID!
paymentStatus: PaymentStatusInput!
registrationId: ID!
}
Fields
RestoreRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact.
RestoreRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event.
RestoreRegistrationInput.paymentStatus
● PaymentStatusInput!
non-null enum
The new payment status of the registration.
RestoreRegistrationInput.registrationId
● ID!
non-null scalar
The identifier of the registration.
Member Of
restoreRegistration
mutation