get cake balance from bsc wallet

This commit is contained in:
João Geonizeli
2021-09-15 23:45:50 -03:00
parent d01502d765
commit fb957803cc
24 changed files with 453 additions and 79 deletions

View File

@@ -553,5 +553,10 @@ type User {
firstName: String!
id: ID!
lastName: String!
walletAddress: String
wallet: Wallet!
}
type Wallet {
address: String
cakeBalance: String!
}