ConfigurableFormQuestionEntityProperty
Champs
| Champ | Type | Description |
|---|---|---|
id | ID! | Returns the database primary key for persisted records. Some queries build in-memory records (no database row) to project a single EntityProperty through the form question pipeline; for those, the field synthesises 'virtual:{entityPropertyId}', so each GraphQL response must carry at most one such virtual record per EntityProperty to avoid colliding in Apollo's cache. |
configurableFormQuestion | ConfigurableFormQuestion! | — |
entityProperty | EntityProperty! | — |
sortIndex | Int! | — |
label | String | — |
tooltip | String | — |
placeholder | String | — |
helpText | String | — |