Skip to main content

DeleteMembershipContactStoreCourseCreditTypeInput

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

input DeleteMembershipContactStoreCourseCreditTypeInput {
courseCreditTypeId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreCourseCreditTypeInput.courseCreditTypeId ● ID! non-null scalar

The identifier of the course credit type.

DeleteMembershipContactStoreCourseCreditTypeInput.membershipContactStoreId ● ID! non-null scalar

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

Member Of

deleteMembershipContactStoreCourseCreditType mutation