DeleteCeContactStoreFunctionInput
Defines the input for deleting an event function.
input DeleteCeContactStoreFunctionInput {
ceContactStoreId: ID!
functionId: ID!
}
Fields
DeleteCeContactStoreFunctionInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the function is associated with.
DeleteCeContactStoreFunctionInput.functionId ● ID! non-null scalar
The identifier of the function.
Member Of
deleteCeContactStoreFunction mutation