feat: add profit field to transactions
This commit is contained in:
parent
4339e58e6a
commit
64a4860df0
3 changed files with 15 additions and 10 deletions
|
|
@ -49,6 +49,7 @@ const typeDef = gql`
|
|||
batchTime: Date
|
||||
batchError: String
|
||||
walletScore: Int
|
||||
profit: String
|
||||
}
|
||||
|
||||
type Filter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue