Merge branch 'release/2024-04-05' into test-AIO

This commit is contained in:
Patrick Fic
2024-04-04 12:56:09 -07:00
11 changed files with 38 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ export const QUERY_AVAILABLE_CC = gql`
`;
export const CHECK_CC_FLEET_NUMBER = gql`
query CHECK_VENDOR_NAME($name: String!) {
query CHECK_CC_FLEET_NUMBER($name: String!) {
courtesycars_aggregate(where: { fleetnumber: { _ilike: $name } }) {
aggregate {
count