AddExpenseBudgetModificationWithLineItemsInput
InputAutogenerated input type of AddExpenseBudgetModificationWithLineItems
mutation { organization(id: $organizationId) { project(id: $projectId) { addExpenseBudgetModificationWithLineItems } } }
Example
mutation AddExpenseBudgetModificationWithLineItems(
$organizationId: ID!
$projectId: ID!
$input: AddExpenseBudgetModificationWithLineItemsInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addExpenseBudgetModificationWithLineItems(input: $input) {
expenseBudgetModification
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| expenseBudgetId | ID! | — |
| id | ID! | — |
| lineItems | [ExpenseBudgetLineItemInput!]! | — |
| locked | Boolean | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| title | String! | — |