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