Skip to main content

RestoreFunctionRegistrationInput

Defines the input for updating a function registration's status.

input RestoreFunctionRegistrationInput {
contactId: ID!
eventId: ID!
functionRegistrationId: ID!
paymentStatus: PaymentStatusInput!
}

Fields

RestoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

RestoreFunctionRegistrationInput.eventId ● ID! non-null scalar

The identifier of the event.

RestoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

RestoreFunctionRegistrationInput.paymentStatus ● PaymentStatusInput! non-null enum

The new payment status of the function registration.

Member Of

restoreFunctionRegistration mutation