Skip to content

FormResponse

A response instance linking a form to an entity. Holds the current state of captured data.

FieldTypeDescription
id*UUID!
form*Form!
statusFormStatus
linkedEntityFormResponseLinkedEntityThe entity this response is linked to.
dataObjectCurrent state of all field values as key-value JSON. Reflects the latest submission's merged data.
createdAt*Timestamp!
modifiedAt*Timestamp!
createdByUserReference
submissions*[FormSubmission!]!
deleted*Boolean!Whether the response data has been deleted (GDPR). If true, data and submission data have been permanently removed.