DeleteContactStoreDietaryRequirementInput
Defines the input for deleting a dietary requirement in a contact store.
input DeleteContactStoreDietaryRequirementInput {
contactStoreId: ID!
dietaryId: ID!
}
Fields
DeleteContactStoreDietaryRequirementInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the dietary requirement is associated with.
DeleteContactStoreDietaryRequirementInput.dietaryId ● ID! non-null scalar
The identifier for the dietary option.
Member Of
deleteContactStoreDietaryRequirement mutation