DeleteCeContactStoreFunctionFeeTypeInput
Defines the input for deleting a continuing education contact store function fee type.
input DeleteCeContactStoreFunctionFeeTypeInput {
ceContactStoreId: ID!
functionFeeTypeId: ID!
}
Fields
DeleteCeContactStoreFunctionFeeTypeInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the function fee type is associated with.
DeleteCeContactStoreFunctionFeeTypeInput.functionFeeTypeId
● ID!
non-null scalar
The identifier of the function fee type.
Member Of
deleteCeContactStoreFunctionFeeType
mutation