CourseCredit
Defines a course credit.
type CourseCredit {
createdAt: DateTime!
createdBy: String
creditType: CourseCreditType!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
numberOfCredits: Float!
}
Fields
CourseCredit.createdAt ● DateTime! non-null scalar
The date and time the record was created.
CourseCredit.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CourseCredit.creditType ● CourseCreditType! non-null object
The credit type of the course credit.
CourseCredit.id ● ID! non-null scalar
The unique identifier for the course credit.
CourseCredit.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
CourseCredit.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CourseCredit.numberOfCredits ● Float! non-null scalar
The number of credits of the course credit.
Member Of
CeContactStoreCourse object ● EventCourse object ● MembershipContactStoreCourse object