No description
type UserBalanceType { currency: String! amount: Decimal! amountFormatted: String }
currency
String!
non-null
scalar
required
amount
Decimal!
amountFormatted
String
User balance amount. Formatted as a currency string.
UserType object
UserType
object
UrlHistoryType
On this page