Added allocation adding + basic pull
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user