fix: cryptoNetwork type
This commit is contained in:
parent
b6756bb9c9
commit
cf1d9a2154
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ type Coin {
|
|||
cashInFee: String!
|
||||
cashInCommission: String!
|
||||
cashOutCommission: String!
|
||||
cryptoNetwork: Boolean!
|
||||
cryptoNetwork: String!
|
||||
cryptoUnits: String!
|
||||
batchable: Boolean!
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue