Skip to main content

CreateCategoryGroupInput

No description

input CreateCategoryGroupInput {
budgetVariability: String
color: String
groupLevelBudgetingEnabled: Boolean
icon: String
name: String!
orderBefore: UUID
rolloverEnabled: Boolean
rolloverStartMonth: Date
rolloverStartingBalance: Float
rolloverType: String
type: String!
}

Fields

CreateCategoryGroupInput.budgetVariability ● String scalar

CreateCategoryGroupInput.color ● String scalar

CreateCategoryGroupInput.groupLevelBudgetingEnabled ● Boolean scalar

CreateCategoryGroupInput.icon ● String scalar

CreateCategoryGroupInput.name ● String! non-null scalar

CreateCategoryGroupInput.orderBefore ● UUID scalar

UUID of the Group the new Group should be inserted before. Leave blank if new group should be at the end.

CreateCategoryGroupInput.rolloverEnabled ● Boolean scalar

CreateCategoryGroupInput.rolloverStartMonth ● Date scalar

CreateCategoryGroupInput.rolloverStartingBalance ● Float scalar

CreateCategoryGroupInput.rolloverType ● String scalar

CreateCategoryGroupInput.type ● String! non-null scalar

Member Of

createCategoryGroup mutation