Skip to main content

UpdateBudgetConfigPayload

Autogenerated return type of UpdateBudgetConfig.

type UpdateBudgetConfigPayload {
clientMutationId: String
data: BudgetConfig!
errors: [Error!]!
}

Fields

UpdateBudgetConfigPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateBudgetConfigPayload.data ● BudgetConfig! non-null object

Budget Config data

UpdateBudgetConfigPayload.errors ● [Error!]! non-null object

List of errors

Returned By

updateBudgetConfig mutation