updateMyMonthlyDeposit
updateMyMonthlyDeposit will update the currently logged in user's monthly deposit. When the contract is a flexible contract, the new monthly deposit will be calculated based on the yearly usage and the futures prices. So this will be different every month since the futures prices are different every month.
updateMyMonthlyDeposit(
input: UpdateMyMonthlyDepositInput!
): UpdateMyMonthlyDepositResponse!
Arguments
updateMyMonthlyDeposit.input ● UpdateMyMonthlyDepositInput! non-null input
Type
UpdateMyMonthlyDepositResponse union
Union type representing the possible responses of the updateMyMonthlyDeposit mutation.