GraphQL reference

BidsTagCompaniesInput

Input

Autogenerated input type of BidsTagCompanies

mutation { organization(id: $organizationId) { bidsTagCompanies } }

Example

mutation BidsTagCompanies(
  $organizationId: ID!
  $input: BidsTagCompaniesInput!
) {
  organization(id: $organizationId) {
    bidsTagCompanies(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
bidTagsJSON
clientMutationIdStringA unique identifier for the client performing the mutation.
companyTagsJSON
mutationMetadataJSON
nowISO8601DateTime
organizationIdID!