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