GraphQL reference

SendBidMessageInBulkInput

Input

Autogenerated 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

FieldTypeDescription
bidIds[ID!]!
clientMutationIdStringA unique identifier for the client performing the mutation.
createAttachments[CreateAttachment!]
messageString!
mutationMetadataJSON
nowISO8601DateTime
recipientUserIds[ID!]
subjectString