feature/IO-3182-Phone-Number-Consent - Checkpoint
This commit is contained in:
@@ -142,7 +142,6 @@ export const QUERY_BODYSHOP = gql`
|
||||
intellipay_config
|
||||
md_ro_guard
|
||||
notification_followers
|
||||
enforce_sms_consent
|
||||
employee_teams(order_by: { name: asc }, where: { active: { _eq: true } }) {
|
||||
id
|
||||
name
|
||||
@@ -364,12 +363,3 @@ export const GET_ACTIVE_EMPLOYEES_IN_SHOP = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const UPDATE_BODYSHOP_ENFORCE_CONSENT = gql`
|
||||
mutation UPDATE_BODYSHOP_ENFORCE_CONSENT($id: uuid!, $enforce_sms_consent: Boolean!) {
|
||||
update_bodyshops_by_pk(pk_columns: { id: $id }, _set: { enforce_sms_consent: $enforce_sms_consent }) {
|
||||
id
|
||||
enforce_sms_consent
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user