GraphQL reference

UpdateBidPackageOverviewPayload

Object

Autogenerated return 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
bidPackageBidPackage
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!