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