Merge branch 'release/2023-10-20' into rome/test

This commit is contained in:
Patrick Fic
2023-10-20 13:14:29 -07:00
29 changed files with 317 additions and 265 deletions

View File

@@ -5,6 +5,7 @@ export const INSERT_NEW_BILL = gql`
insert_bills(objects: $bill) {
returning {
id
invoice_number
}
}
}