UpdateCostCodeForecastOverrideNotesPayload
ObjectAutogenerated return type of UpdateCostCodeForecastOverrideNotes.
mutation { organization(id: $organizationId) { project(id: $projectId) { updateCostCodeForecastOverrideNotes } } }
Example
mutation UpdateCostCodeForecastOverrideNotes(
$organizationId: ID!
$projectId: ID!
$input: UpdateCostCodeForecastOverrideNotesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateCostCodeForecastOverrideNotes(input: $input) {
costCodeForecastOverride
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| costCodeForecastOverride | CostCodeForecastOverride | — |
| errors | [String!]! | — |