IO-1865 Add employee external ID

This commit is contained in:
Patrick Fic
2022-05-06 09:46:26 -07:00
parent e56424c9b3
commit 467841bea2
10 changed files with 42 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ export const QUERY_BODYSHOP = gql`
last_name
employee_number
rates
external_id
}
}
}
@@ -219,6 +220,7 @@ export const UPDATE_SHOP = gql`
employee_number
rates
user_email
external_id
}
}
}