GraphQL reference

UpdateRfiBallInCourtInput

Input

Autogenerated input type of UpdateRfiBallInCourt

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

Example

mutation UpdateRfiBallInCourt(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateRfiBallInCourtInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateRfiBallInCourt(input: $input) {
        rfi
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
ballInCourtStatusString!
clientMutationIdStringA unique identifier for the client performing the mutation.
messageString
mutationMetadataJSON
respondentIds[ID!]
rfiIdID!
sendMessagesBoolean