UpdateEventCeCreditInput
Defines the input for updating a continuing education credit in an event.
input UpdateEventCeCreditInput {
ceCreditId: ID!
contactId: ID!
courseCreditTypeId: ID!
courseDescription: String
courseId: ID
dateEarned: LocalDate
eventId: ID!
numberOfCredits: Float
}
Fields
UpdateEventCeCreditInput.ceCreditId ● ID! non-null scalar
The identifier of the continuing education credit.
UpdateEventCeCreditInput.contactId ● ID! non-null scalar
The identifier of the contact associated with the continuing education credit.
UpdateEventCeCreditInput.courseCreditTypeId ● ID! non-null scalar
The identifier of the course credit type.
UpdateEventCeCreditInput.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.
UpdateEventCeCreditInput.courseId ● ID scalar
The identifier of the course to associate with the credit. Optional.
UpdateEventCeCreditInput.dateEarned ● LocalDate scalar
The date the continuing education credit was earned. Optional.
UpdateEventCeCreditInput.eventId ● ID! non-null scalar
The identifier of the event associated with the continuing education credit.
UpdateEventCeCreditInput.numberOfCredits ● Float scalar
The number of credits. Optional.
Member Of
updateEventCeCredit mutation