GraphQL reference

RespondToBidInput

Input

Autogenerated input type of RespondToBid

mutation { organization(id: $organizationId) { project(id: $projectId) { respondToBid } } }

Example

mutation RespondToBid(
  $organizationId: ID!
  $projectId: ID!
  $input: RespondToBidInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      respondToBid(input: $input) {
        bid
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
amountCentsBigInt
bidScopeResponses[BidScopeResponseInput!]
clientMutationIdStringA unique identifier for the client performing the mutation.
createAttachments[CreateAttachment!]
deleteAttachments[DeleteAttachment!]
idID!
mutationMetadataJSON
notesRichTextString
nowISO8601DateTime