LockCurrentExpenseBudgetModificationPayload
ObjectAutogenerated return type of LockCurrentExpenseBudgetModification.
mutation { organization(id: $organizationId) { project(id: $projectId) { lockCurrentExpenseBudgetModification } } }
Example
mutation LockCurrentExpenseBudgetModification(
$organizationId: ID!
$projectId: ID!
$input: LockCurrentExpenseBudgetModificationInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
lockCurrentExpenseBudgetModification(input: $input) {
expenseBudgetModification
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| expenseBudgetModification | ExpenseBudgetModification | — |