Skip to main content

DeleteEventCourseCreditTypeInput

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

input DeleteEventCourseCreditTypeInput {
courseCreditTypeId: ID!
eventId: ID!
}

Fields

DeleteEventCourseCreditTypeInput.courseCreditTypeId ● ID! non-null scalar

The identifier of the course credit type.

DeleteEventCourseCreditTypeInput.eventId ● ID! non-null scalar

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

Member Of

deleteEventCourseCreditType mutation