updateFormSubmission: FormSubmission!

This mutation is used to update the details of a single form submission. The return information will strictly be related to the specific updated case form submission. **Returns:** Returns case form submission details with updated finalization status.

formSubmissionId: UUID!

The form submission ID that will be updated.

values: [AnswersSetValueInput!]!

Id, indexes, and scalar values for the form submission

isFinal: Boolean!

Boolean value for finalization. The default value for this is "false".