CourseCreditType
Defines a course credit type.
type CourseCreditType {
createdAt: DateTime!
createdBy: String
id: ID!
isDisabled: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
CourseCreditType.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CourseCreditType.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CourseCreditType.id
● ID!
non-null scalar
The unique identifier for the course credit type.
CourseCreditType.isDisabled
● Boolean!
non-null scalar
A flag indicating whether the course credit type can be used when adding new course credits to a course.
CourseCreditType.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
CourseCreditType.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CourseCreditType.name
● String!
non-null scalar
A UTF-8 string representing the name of the course credit type.
CourseCreditType.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 an event or contact store.
Member Of
CeContactStoreCourseSetup
object ● CourseCredit
object ● CreateCourseCreditTypePayload
object ● EventCourseSetup
object ● MembershipContactStoreCourseSetup
object ● UpdateCourseCreditTypePayload
object