DeleteRegistrationTypeInput
Defines the input for deleting a registration type.
input DeleteRegistrationTypeInput {
eventId: ID!
registrationTypeId: ID!
}
Fields
DeleteRegistrationTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the registration type is associated with.
DeleteRegistrationTypeInput.registrationTypeId
● ID!
non-null scalar
The identifier of the registration type.
Member Of
deleteRegistrationType
mutation