Skip to main content

CeContactStoreCourseInstructor

Defines a course instructor.

type CeContactStoreCourseInstructor {
contact: CeContactStoreContact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}

Fields

CeContactStoreCourseInstructor.contact ● CeContactStoreContact! non-null object

The contact of the course instructor.

CeContactStoreCourseInstructor.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CeContactStoreCourseInstructor.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

CeContactStoreCourseInstructor.id ● ID! non-null scalar

The unique identifier for the course instructor.

CeContactStoreCourseInstructor.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CeContactStoreCourseInstructor.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

CeContactStoreCourseInstructor.notes ● String scalar

Any notes to capture for the course instructor. Optional.

Member Of

CeContactStoreCourse object