BudgetIncomeCategoryCreateUnion
If mutation is successful, the BudgetIncomeCategoryCreatePayload will be returned, otherwise a MutationError is returned.
union BudgetIncomeCategoryCreateUnion = MutationError | BudgetIncomeCategoryCreatePayload
Possible types
BudgetIncomeCategoryCreateUnion.MutationError object
Has errors for a mutation
BudgetIncomeCategoryCreateUnion.BudgetIncomeCategoryCreatePayload object
A budget income category create payload
Returned by
BudgetIncomeCategoryCreate mutation