fix: cashbox history optimize and fix query
This commit is contained in:
parent
d8ce011b28
commit
0bdbd4cc76
3 changed files with 18 additions and 23 deletions
|
|
@ -8,7 +8,8 @@ const typeDef = gql`
|
|||
operationType: String
|
||||
customBillCount: Int
|
||||
performedBy: String
|
||||
bills: [Bill]
|
||||
billCount: Int
|
||||
fiatTotal: Int
|
||||
}
|
||||
|
||||
type Query {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue