UpdateBudgetConfigInput
Autogenerated input type of UpdateBudgetConfig
input UpdateBudgetConfigInput {
clientMutationId: String
params: BudgetConfigUpdateInput!
}
Fields
UpdateBudgetConfigInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateBudgetConfigInput.params ● BudgetConfigUpdateInput! non-null input
BudgetConfig update params
Member Of
updateBudgetConfig mutation