GraphQL reference

BulkEditBidScopesInput

Input

Autogenerated 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

FieldTypeDescription
bidIds[ID!]!
bidScopeIds[ID!]!
clientMutationIdStringA unique identifier for the client performing the mutation.
modeAddRemoveEditModeEnum!
mutationMetadataJSON
newResponseIdsJSON
nowISO8601DateTime