GraphQL reference

CreateBidScopeInput

Input

Autogenerated input type of CreateBidScope

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

Example

mutation CreateBidScope(
  $organizationId: ID!
  $projectId: ID!
  $input: CreateBidScopeInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createBidScope(input: $input) {
        bidScope
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
bidPackageIdID!
clientMutationIdStringA unique identifier for the client performing the mutation.
createdAtISO8601DateTime
descriptionRichTextString
exclusionsRichTextString
idID!
inclusionsRichTextString
mutationMetadataJSON
nameString!
updatedAtISO8601DateTime