Skip to main content

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.

UpdateCeContactStoreCourseCreditTypeInput.isDisabled ● Boolean scalar

A flag indicating whether the course credit type can be used when adding new course credits to a course. Optional.

UpdateCeContactStoreCourseCreditTypeInput.name ● String scalar

A UTF-8 string representing the name of the course credit type. Optional.

UpdateCeContactStoreCourseCreditTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the course credit type. Optional.

The value must be unique across all course credit types for a continuing education contact store.

Member Of

updateCeContactStoreCourseCreditType mutation