BudgetExpenseCategoryCreateUnion
If mutation is successful, the BudgetExpenseCategoryCreatePayload will be returned, otherwise a MutationError is returned.
union BudgetExpenseCategoryCreateUnion = MutationError | BudgetExpenseCategoryCreatePayload
Possible types
BudgetExpenseCategoryCreateUnion.MutationError object
Has errors for a mutation
BudgetExpenseCategoryCreateUnion.BudgetExpenseCategoryCreatePayload object
A budget expense category create payload
Returned by
BudgetExpenseCategoryCreate mutation