frontend/src/queries/README.md
Query/
<Query query={} setQuery={} />QueryEditor/
<QueryEditor query={} setQuery={} />nodes/
EventsNode/, DataTable/, etc) contain React components that display queries of that specific kind.nodes/DataTable/ expects your query to be of kind DataTable.DataTable.tsx, always exports the component DataTable({ query, setQuery })<AutoLoad />, <ColumnConfigurator />. Some of them depend on a logic, likely dataNodeLogic, being in a BindLogic context, so read the source.examples.ts - Various examples used in storybookquery.ts - make API calls to fetch data for any queryschema.json - JSON schema, used for query editor, built with pnpm -w schema:buildschema.ts - typescript types for all query nodesutils.ts - type narrowing utilities