Skip to main content

DeleteCeContactStoreLocationInput

Defines the input for deleting a location for a continuing education contact store.

input DeleteCeContactStoreLocationInput {
ceContactStoreId: ID!
locationId: ID!
}

Fields

DeleteCeContactStoreLocationInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the location is associated with.

DeleteCeContactStoreLocationInput.locationId ● ID! non-null scalar

The identifier of the location.

Member Of

deleteCeContactStoreLocation mutation