Skip to main content

UpdateCeContactStoreCeCreditInput

Defines the input for updating a continuing education credit in a continuing education contact store.

input UpdateCeContactStoreCeCreditInput {
ceContactStoreId: ID!
ceCreditId: ID!
contactId: ID!
courseCreditTypeId: ID!
courseDescription: String
courseId: ID
dateEarned: LocalDate
numberOfCredits: Float
}

Fields

UpdateCeContactStoreCeCreditInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store associated with the continuing education credit.

UpdateCeContactStoreCeCreditInput.ceCreditId ● ID! non-null scalar

The identifier of the continuing education credit.

UpdateCeContactStoreCeCreditInput.contactId ● ID! non-null scalar

The identifier of the contact associated with the continuing education credit.

UpdateCeContactStoreCeCreditInput.courseCreditTypeId ● ID! non-null scalar

The identifier of the course credit type.

UpdateCeContactStoreCeCreditInput.courseDescription ● String scalar

A UTF-8 string representing the description of the course for the continuing education credit when the credit is external credit. Optional.

UpdateCeContactStoreCeCreditInput.courseId ● ID scalar

The identifier of the course to associate with the credit. Optional.

UpdateCeContactStoreCeCreditInput.dateEarned ● LocalDate scalar

The date the continuing education credit was earned. Optional.

UpdateCeContactStoreCeCreditInput.numberOfCredits ● Float scalar

The number of credits. Optional.

Member Of

updateCeContactStoreCeCredit mutation