Stampede Platform
Nothing published in this section yet.
Schema
Marketing CRMMarketing
CustomQuestion
Custom data-collection question shown during booking/registration. Answers stored on the ANSWERED edge.
4 fields2 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Question UUID. |
| question | string | yes | Question text shown to guest. |
| question_type | enum | yes | text | text-area | select | multi-select | yes-no. |
| options | string | — | JSON list of choices (select/multi-select). |
Relationships
Outbound (1)
- CustomQuestion[:BELONGS_TO]→Organization
Inbound (1)
- Customer[:ANSWERED]→CustomQuestionanswer (string — multiple ANSWERED edges for multi-select)
Related entities
OrganizationGraph AI Engine
Top-level organisation node. Supports franchise and group hierarchies via :PARENT_OF. Every piece of data in the platform is scoped to an organisation.CustomerGraph AI Engine
The root guest identity node. Every interaction across bookings, Wi-Fi, orders, reviews, and loyalty is unified under a single Customer node per organisation.
