CreateCourseInstructorInput
Defines the input for creating an instructor for a course.
input CreateCourseInstructorInput {
contactId: ID!
notes: String
}
Fields
CreateCourseInstructorInput.contactId
● ID!
non-null scalar
The identifier of the contact who will be associated as an instructor for the course.
CreateCourseInstructorInput.notes
● String
scalar
The notes for this course instructor. Optional.
Member Of
CreateCeContactStoreCourseInput
input ● CreateEventCourseInput
input ● CreateMembershipContactStoreCourseInput
input