UpdateBidTagInput
InputAutogenerated input type of UpdateBidTag
mutation { organization(id: $organizationId) { updateBidTag } }
Example
mutation UpdateBidTag(
$organizationId: ID!
$input: UpdateBidTagInput!
) {
organization(id: $organizationId) {
updateBidTag(input: $input) {
bidTag
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| now | ISO8601DateTime | — |