DeleteCeContactStoreFunctionGroupInput
Defines the input for deleting a continuing education function group.
input DeleteCeContactStoreFunctionGroupInput {
ceContactStoreId: ID!
functionGroupId: ID!
}
Fields
DeleteCeContactStoreFunctionGroupInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the function group is associated with.
DeleteCeContactStoreFunctionGroupInput.functionGroupId
● ID!
non-null scalar
The unique identifier for the function group.
Member Of
deleteCeContactStoreFunctionGroup
mutation