GraphQL reference

SendOutBidRequestsInBulkInput

Input

Autogenerated 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

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