Allow individual locations for bill enter.

This commit is contained in:
Patrick Fic
2021-02-08 13:39:50 -08:00
parent 6b28b5b3e5
commit 68106d8d93
4 changed files with 53 additions and 17 deletions

View File

@@ -99,6 +99,7 @@ export const UPDATE_JOB_LINE_STATUS = gql`
}
}
`;
export const INSERT_NEW_JOB_LINE = gql`
mutation INSERT_NEW_JOB_LINE($lineInput: [joblines_insert_input!]!) {
insert_joblines(objects: $lineInput) {