AddBudgetOverrideLineItemPayload
ObjectAutogenerated return type of AddBudgetOverrideLineItem.
mutation { organization(id: $organizationId) { project(id: $projectId) { addBudgetOverrideLineItem } } }
Example
mutation AddBudgetOverrideLineItem(
$organizationId: ID!
$projectId: ID!
$input: AddBudgetOverrideLineItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addBudgetOverrideLineItem(input: $input) {
budgetOverrideLineItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| budgetOverrideLineItem | BudgetOverrideLineItem | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |