Make companies employees type a number (#130)
Make companies employees type a number to be consistent with api
This commit is contained in:
@ -90,7 +90,7 @@ export const INSERT_PERSON = gql`
|
||||
`;
|
||||
|
||||
export const DELETE_PEOPLE = gql`
|
||||
mutation DeletePeople($ids: [uuid]) {
|
||||
mutation DeletePeople($ids: [uuid!]) {
|
||||
delete_people(where: { id: { _in: $ids } }) {
|
||||
returning {
|
||||
city
|
||||
|
||||
Reference in New Issue
Block a user