GraphQL reference

UpdateBidTagPayload

Object

Autogenerated return type of UpdateBidTag.

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

Example

mutation UpdateBidTag(
  $organizationId: ID!
  $input: UpdateBidTagInput!
) {
  organization(id: $organizationId) {
    updateBidTag(input: $input) {
        bidTag
        errors
      }
  }
}

Fields

FieldTypeDescription
bidTagBidTag
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!