DeleteEventCourseRegistrationInput
Defines the input for deleting a course registration in an event.
input DeleteEventCourseRegistrationInput {
contactId: ID!
courseRegistrationId: ID!
eventId: ID!
}
Fields
DeleteEventCourseRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the course registration is associated with.
DeleteEventCourseRegistrationInput.courseRegistrationId
● ID!
non-null scalar
The identifier of the course registration.
DeleteEventCourseRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event the course registration is associated with.
Member Of
deleteEventCourseRegistration
mutation