BudgetExpenseEstimateCreateUnion
If mutation is successful, the BudgetExpenseEstimateCreatePayload will be returned, otherwise a MutationError is returned.
union BudgetExpenseEstimateCreateUnion = MutationError | BudgetExpenseEstimateCreatePayload
Possible types
BudgetExpenseEstimateCreateUnion.MutationError object
Has errors for a mutation
BudgetExpenseEstimateCreateUnion.BudgetExpenseEstimateCreatePayload object
A budget expense estimate create payload
Returned by
BudgetExpenseEstimateCreate mutation