Arguments
DepositCashBalanceInput!
required
No description provided in the schema yet.
Returns
DepositCashBalanceResponse! — Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mutation for depositing into a cash balance.
mutation {
depositCashBalance(
input: DepositCashBalanceInput!
): DepositCashBalanceResponse!
}
DepositCashBalanceResponse! — Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.