SendOutBidRequestsInBulkInput
InputAutogenerated input type of SendOutBidRequestsInBulk
mutation { organization(id: $organizationId) { project(id: $projectId) { sendOutBidRequestsInBulk } } }
Example
mutation SendOutBidRequestsInBulk(
$organizationId: ID!
$projectId: ID!
$input: SendOutBidRequestsInBulkInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
sendOutBidRequestsInBulk(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| bidIds | [ID!]! | — |
| body | String! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createAttachments | [CreateAttachment!] | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| recipientUserIds | [ID!] | — |
| subject | String | — |