Skip to main content

DeleteMembershipContactStoreCourseInput

Defines the input for deleting a course in a membership contact store.

input DeleteMembershipContactStoreCourseInput {
courseId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreCourseInput.courseId ● ID! non-null scalar

The identifier of the course.

DeleteMembershipContactStoreCourseInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the course is associated with.

Member Of

deleteMembershipContactStoreCourse mutation