fix: enable cash-in only flag on gql

This commit is contained in:
josepfo 2023-01-05 15:54:54 +00:00
parent ab09f0889a
commit f46c7870a9
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ type Coin {
cryptoNetwork: String!
cryptoUnits: String!
batchable: Boolean!
isCashInOnly: Boolean!
}
type LocaleInfo {