GraphQL reference

RespondToRfiInput

Input

Autogenerated input type of RespondToRfi

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

Example

mutation RespondToRfi(
  $organizationId: ID!
  $projectId: ID!
  $input: RespondToRfiInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      respondToRfi(input: $input) {
        rfiResponse
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
contentString!
copyResponseAttachments[CopyAttachment!]
createResponseAttachments[CreateAttachment!]
createdAtISO8601DateTime
idID!
mutationMetadataJSON
newRespondentIdID
nowISO8601DateTime
respondentIdID
rfiIdID!
updatedAtISO8601DateTime
userIdID