Added allocation adding + basic pull

This commit is contained in:
Patrick Fic
2020-02-10 19:19:48 -08:00
parent 51a01d452c
commit cf6d51e896
10 changed files with 279 additions and 0 deletions

View File

@@ -20,6 +20,13 @@ export const QUERY_BODYSHOP = gql`
updated_at
zip_post
region_config
employees {
id
first_name
last_name
employee_number
cost_center
}
}
}
`;