BulkEditBidScopesInput
InputAutogenerated input type of BulkEditBidScopes
mutation { organization(id: $organizationId) { project(id: $projectId) { bulkEditBidScopes } } }
Example
mutation BulkEditBidScopes(
$organizationId: ID!
$projectId: ID!
$input: BulkEditBidScopesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
bulkEditBidScopes(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| bidIds | [ID!]! | — |
| bidScopeIds | [ID!]! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mode | AddRemoveEditModeEnum! | — |
| mutationMetadata | JSON | — |
| newResponseIds | JSON | — |
| now | ISO8601DateTime | — |