UpdateBidAmountsInput
InputAutogenerated input type of UpdateBidAmounts
mutation { organization(id: $organizationId) { project(id: $projectId) { updateBidAmounts } } }
Example
mutation UpdateBidAmounts(
$organizationId: ID!
$projectId: ID!
$input: UpdateBidAmountsInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateBidAmounts(input: $input) {
bid
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| amountCents | BigInt | — |
| bidScopeResponses | [BidScopeResponseInput!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| notesRichText | String | — |
| now | ISO8601DateTime | — |