EventCourseInstructor
Defines a course instructor.
type EventCourseInstructor {
contact: Contact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}
Fields
EventCourseInstructor.contact
● Contact!
non-null object
The contact of the course instructor.
EventCourseInstructor.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
EventCourseInstructor.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
EventCourseInstructor.id
● ID!
non-null scalar
The unique identifier for the course instructor.
EventCourseInstructor.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
EventCourseInstructor.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
EventCourseInstructor.notes
● String
scalar
Any notes to capture for the course instructor. Optional.
Member Of
EventCourse
object