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