GraphQL reference

AddCostCodeForecastOverrideInput

Input

Autogenerated input type of AddCostCodeForecastOverride

mutation { organization(id: $organizationId) { project(id: $projectId) { addCostCodeForecastOverride } } }

Example

mutation AddCostCodeForecastOverride(
  $organizationId: ID!
  $projectId: ID!
  $input: AddCostCodeForecastOverrideInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      addCostCodeForecastOverride(input: $input) {
        costCodeForecastOverride
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
activeBoolean!
amountCentsBigInt!
clientMutationIdStringA unique identifier for the client performing the mutation.
costCodeIdID!
costTypeIdID
idID!
mutationMetadataJSON
notesString!