UpdateEventCourseCreditTypeInput
Defines the input for updating a course credit type in an event.
input UpdateEventCourseCreditTypeInput {
courseCreditTypeId: ID!
eventId: ID!
isDisabled: Boolean
name: String
uniqueCode: String
}
Fields
UpdateEventCourseCreditTypeInput.courseCreditTypeId
● ID!
non-null scalar
The identifier of the course credit type.
UpdateEventCourseCreditTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the course credit type is associated with.
UpdateEventCourseCreditTypeInput.isDisabled
● Boolean
scalar
A flag indicating whether the course credit type can be used when adding new course credits to a course. Optional.
UpdateEventCourseCreditTypeInput.name
● String
scalar
A UTF-8 string representing the name of the course credit type. Optional.