ResetBudgetRolloverInput
No description
input ResetBudgetRolloverInput {
categoryGroupId: ID
categoryId: ID
startMonth: Date!
startingBalance: Float
}
Fields
ResetBudgetRolloverInput.categoryGroupId ● ID scalar
ResetBudgetRolloverInput.categoryId ● ID scalar
ResetBudgetRolloverInput.startMonth ● Date! non-null scalar
ResetBudgetRolloverInput.startingBalance ● Float scalar
Member Of
resetBudgetRollover mutation