CreateBidScopeInput
InputAutogenerated input type of CreateBidScope
mutation { organization(id: $organizationId) { project(id: $projectId) { createBidScope } } }
Example
mutation CreateBidScope(
$organizationId: ID!
$projectId: ID!
$input: CreateBidScopeInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createBidScope(input: $input) {
bidScope
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| bidPackageId | ID! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime | — |
| descriptionRichText | String | — |
| exclusionsRichText | String | — |
| id | ID! | — |
| inclusionsRichText | String | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| updatedAt | ISO8601DateTime | — |