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!
|
cashInFee: String!
|
||||||
cashInCommission: String!
|
cashInCommission: String!
|
||||||
cashOutCommission: String!
|
cashOutCommission: String!
|
||||||
cryptoNetwork: Boolean!
|
cryptoNetwork: String!
|
||||||
cryptoUnits: String!
|
cryptoUnits: String!
|
||||||
batchable: Boolean!
|
batchable: Boolean!
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue