UpdateCeContactStoreCourseCreditTypeInput
Defines the input for updating a course credit type in a continuing education contact store.
input UpdateCeContactStoreCourseCreditTypeInput {
ceContactStoreId: ID!
courseCreditTypeId: ID!
isDisabled: Boolean
name: String
uniqueCode: String
}
Fields
UpdateCeContactStoreCourseCreditTypeInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the course credit type is associated with.
UpdateCeContactStoreCourseCreditTypeInput.courseCreditTypeId
● ID!
non-null scalar
The identifier of the course credit type.