BudgetBankAccountUpdateUnion
If mutation is successful, the BudgetBankAccountUpdatePayload will be returned, otherwise a MutationError is returned.
union BudgetBankAccountUpdateUnion = MutationError | BudgetBankAccountUpdatePayload
Possible types
BudgetBankAccountUpdateUnion.MutationError object
Has errors for a mutation
BudgetBankAccountUpdateUnion.BudgetBankAccountUpdatePayload object
A budget bank account create/update payload
Returned by
BudgetBankAccountUpdate mutation