BudgetIncomeCategoryEditUnion
If mutation is successful, the BudgetIncomeCategoryEditPayload will be returned, otherwise a MutationError is returned.
union BudgetIncomeCategoryEditUnion = MutationError | BudgetIncomeCategoryEditPayload
Possible types
BudgetIncomeCategoryEditUnion.MutationError object
Has errors for a mutation
BudgetIncomeCategoryEditUnion.BudgetIncomeCategoryEditPayload object
A budget income category edit payload
Returned by
BudgetIncomeCategoryEdit mutation