fix: cashbox history optimize and fix query

This commit is contained in:
Rafael Taranto 2024-08-13 09:40:42 +01:00
parent d8ce011b28
commit 0bdbd4cc76
3 changed files with 18 additions and 23 deletions

View file

@ -8,7 +8,8 @@ const typeDef = gql`
operationType: String
customBillCount: Int
performedBy: String
bills: [Bill]
billCount: Int
fiatTotal: Int
}
type Query {