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