DeleteRegistrationInput
Defines the input for deleting a registration.
input DeleteRegistrationInput {
contactId: ID!
eventId: ID!
registrationId: ID!
}
Fields
DeleteRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the function registration is associated with.
DeleteRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event the registration is associated with.
DeleteRegistrationInput.registrationId
● ID!
non-null scalar
The identifier of the registration.
Member Of
deleteRegistration
mutation