GraphQL reference

CloseRfiInput

Input

Autogenerated input type of CloseRfi

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

Example

mutation CloseRfi(
  $organizationId: ID!
  $projectId: ID!
  $input: CloseRfiInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      closeRfi(input: $input) {
        rfi
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
additionalUserIds[ID!]
bodyString
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime!
projectIdID
questionAttachmentIds[ID!]
responseAttachmentIds[ID!]
selectedUserIds[ID!]
sendEmailBoolean
subjectString
userProvidedMessageString