BudgetIncomeCategoryDeleteUnion
If mutation is successful, the BudgetIncomeCategoryDeletePayload will be returned, otherwise a MutationError is returned.
union BudgetIncomeCategoryDeleteUnion = MutationError | BudgetIncomeCategoryDeletePayload
Possible types
BudgetIncomeCategoryDeleteUnion.MutationError object
Has errors for a mutation
BudgetIncomeCategoryDeleteUnion.BudgetIncomeCategoryDeletePayload object
A budget income category delete payload
Returned by
BudgetIncomeCategoryDelete mutation