GraphQL reference

UpdateCostCodeForecastOverrideNotesPayload

Object

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
costCodeForecastOverrideCostCodeForecastOverride
errors[String!]!