DeleteBidScopeInput
InputAutogenerated input type of DeleteBidScope
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteBidScope } } }
Example
mutation DeleteBidScope(
$organizationId: ID!
$projectId: ID!
$input: DeleteBidScopeInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteBidScope(input: $input) {
bidScope
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |