DeleteCeContactStoreCourseCreditTypeInput
Defines the input for deleting a course credit type in a continuing education contact store.
input DeleteCeContactStoreCourseCreditTypeInput {
ceContactStoreId: ID!
courseCreditTypeId: ID!
}
Fields
DeleteCeContactStoreCourseCreditTypeInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the course credit type is associated with.
DeleteCeContactStoreCourseCreditTypeInput.courseCreditTypeId
● ID!
non-null scalar
The identifier of the course credit type.
Member Of
deleteCeContactStoreCourseCreditType
mutation