Skip to main content

CreateCategoryInput

No description

input CreateCategoryInput {
applyRolloverBudgetToFutureMonths: Boolean
budgetVariability: String
excludeFromBudget: Boolean
group: ID!
icon: String!
name: String!
rolloverEnabled: Boolean
rolloverFrequency: String
rolloverFutureBudgetAllocation: Float
rolloverStartMonth: Date
rolloverStartingBalance: Float
rolloverTargetAmount: Float
rolloverType: String
type: String
}

Fields

CreateCategoryInput.applyRolloverBudgetToFutureMonths ● Boolean scalar

CreateCategoryInput.budgetVariability ● String scalar

CreateCategoryInput.excludeFromBudget ● Boolean scalar

CreateCategoryInput.group ● ID! non-null scalar

CreateCategoryInput.icon ● String! non-null scalar

CreateCategoryInput.name ● String! non-null scalar

CreateCategoryInput.rolloverEnabled ● Boolean scalar

CreateCategoryInput.rolloverFrequency ● String scalar

CreateCategoryInput.rolloverFutureBudgetAllocation ● Float scalar

CreateCategoryInput.rolloverStartMonth ● Date scalar

CreateCategoryInput.rolloverStartingBalance ● Float scalar

CreateCategoryInput.rolloverTargetAmount ● Float scalar

CreateCategoryInput.rolloverType ● String scalar

CreateCategoryInput.type ● String scalar

Member Of

createCategory mutation