feat: add profit field to transactions

This commit is contained in:
Sérgio Salgado 2022-02-25 18:46:40 +00:00
parent 4339e58e6a
commit 64a4860df0
3 changed files with 15 additions and 10 deletions

View file

@ -49,6 +49,7 @@ const typeDef = gql`
batchTime: Date
batchError: String
walletScore: Int
profit: String
}
type Filter {