UserBalanceType
No description
type UserBalanceType {
currency: String!
amount: Decimal!
amountFormatted: String
}
Fields
UserBalanceType.currency
● String!
non-null scalar
UserBalanceType.amount
● Decimal!
non-null scalar
UserBalanceType.amountFormatted
● String
scalar
Member Of
UserType
object