FormSubmissionInput
Input: FormSubmissionInput
Section titled “Input: FormSubmissionInput”Input for submitting a form response directly (outside of a status transition).
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
formKey* | String! | The key of the form template this submission is for. |
responseId | UUID | The id of the existing form response, if updating |
linkedEntity | FormResponseLinkedEntityInput | The entity this form response is linked to, if any. |
data* | Object! | Complete form data as key-value JSON. The frontend always sends the full snapshot; the backend handles change detection and diffing. |