CloseBidPackagePayload
ObjectAutogenerated return type of CloseBidPackage.
mutation { organization(id: $organizationId) { project(id: $projectId) { closeBidPackage } } }
Example
mutation CloseBidPackage(
$organizationId: ID!
$projectId: ID!
$input: CloseBidPackageInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
closeBidPackage(input: $input) {
bidPackage
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| bidPackage | BidPackage | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |