editAccountBudget
Set the account budget for a specified month
editAccountBudget(
  id: ID!
  month: MonthInput!
  value: Float
): Boolean
Arguments
editAccountBudget.id ● ID! non-null scalar
ID of the account
editAccountBudget.month ● MonthInput! non-null input
What month to set a budget for
editAccountBudget.value ● Float scalar
The new budget value. Send null to delete the month's budget.
Type
Boolean scalar
The Boolean scalar type represents true or false.