Skip to main content

EventCeCredit

Defines a continuing education credit for a contact in an event.

type EventCeCredit {
course: EventCourse
courseDescription: String
creditType: CourseCreditType!
dateEarned: LocalDate
id: ID!
numberOfCredits: PositiveInt!
}

Fields

EventCeCredit.course ● EventCourse object

The course associated with the credit. Optional.

EventCeCredit.courseDescription ● String scalar

A UTF-8 string representing the description for the course when the continuing education credit is not linked to a course. Optional.

EventCeCredit.creditType ● CourseCreditType! non-null object

The course credit type associated with the continuing education credit.

EventCeCredit.dateEarned ● LocalDate scalar

The date the continuing education credit was earned. Optional.

EventCeCredit.id ● ID! non-null scalar

The identifier of the continuing education credit.

EventCeCredit.numberOfCredits ● PositiveInt! non-null scalar

The number of credits for the continuing education credit.

Member Of

Contact object