Added manual group changing, stbility improvements.

This commit is contained in:
Patrick Fic
2020-10-21 19:36:54 -07:00
parent 34e244783c
commit 3817f8615e
30 changed files with 362 additions and 42 deletions

View File

@@ -6,9 +6,11 @@ export const QUERY_BODYSHOP = gql`
shopname
targets
accepted_ins_co
groups
}
}
`;
export const UPDATE_SHOP = gql`
mutation UPDATE_SHOP($id: uuid, $shop: bodyshops_set_input!) {
update_bodyshops(where: { id: { _eq: $id } }, _set: $shop) {
@@ -17,6 +19,7 @@ export const UPDATE_SHOP = gql`
shopname
targets
accepted_ins_co
groups
}
}
}

View File

@@ -87,6 +87,7 @@ export const QUERY_JOB_BY_PK = gql`
updated_at
group
v_age
v_type
loss_date
close_date
updated_at