Skip to main content

DeleteEventCourseFeeTypeInput

Defines the input for deleting a course fee type in an event.

input DeleteEventCourseFeeTypeInput {
courseFeeTypeId: ID!
eventId: ID!
}

Fields

DeleteEventCourseFeeTypeInput.courseFeeTypeId ● ID! non-null scalar

The identifier of the course fee type.

DeleteEventCourseFeeTypeInput.eventId ● ID! non-null scalar

The identifier of the event the course fee type is associated with.

Member Of

deleteEventCourseFeeType mutation