DeleteMembershipContactStoreCourseSubClassificationInput
Defines the input for deleting a course sub classification in a membership contact store.
input DeleteMembershipContactStoreCourseSubClassificationInput {
courseSubClassificationId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreCourseSubClassificationInput.courseSubClassificationId
● ID!
non-null scalar
The identifier of the course sub classification.
DeleteMembershipContactStoreCourseSubClassificationInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the course sub classification is associated with.
Member Of
deleteMembershipContactStoreCourseSubClassification
mutation