GraphQL reference

UpdateBidPackageOverviewInput

Input

Autogenerated input type of UpdateBidPackageOverview

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

Example

mutation UpdateBidPackageOverview(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateBidPackageOverviewInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateBidPackageOverview(input: $input) {
        bidPackage
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
dueOnString
idID!
instructionsRichTextString
managerUserIdID
mutationMetadataJSON
nowISO8601DateTime
projectDescriptionRichTextString