Connection graph
Every page in these docs is a node; every link between pages is an edge. The data comes
from the graph query on the GraphQL API — so this is
the whole documentation site, drawn from its own structured data.
Nodes are colored by section and sized by how connected they are. Double-click a node to open
that page. When the API is running locally (npm run graphql) this loads live; otherwise it
renders a snapshot generated at build time.
chatgraphqlkeen-extensiononboardingorganizationroottooling
Snapshot · double-click a node to open its pageWant the raw data? Run the query yourself — see Queries and Running the API:
{
graph {
nodes { id title section }
edges { from to }
}
}