fix: cryptoNetwork type

This commit is contained in:
André Sá 2022-06-21 17:21:51 +01:00
parent b6756bb9c9
commit cf1d9a2154

View file

@ -7,7 +7,7 @@ type Coin {
cashInFee: String!
cashInCommission: String!
cashOutCommission: String!
cryptoNetwork: Boolean!
cryptoNetwork: String!
cryptoUnits: String!
batchable: Boolean!
}