The GraphQL endpoint is the right choice when you want to shape your response — picking exactly the fields you need across multiple data products in one request. If REST is “look up this one thing”, GraphQL is “answer this one analytical question.”Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Two equivalent paths — pick whichever fits your client:First query
When to use
- Analytical queries crossing multiple data products
- Dashboards that need many fields without overfetching
- Reporting / BI workloads
- Server-side rendering where you pre-shape the response
Invoke from CLI
Thechainstream CLI ships with graphql schema (for discovery) and graphql query (for execution) — no need to wire up a client library for quick checks or shell automation:
Schema
Schema overview
Types, relationships and conventions.
Getting started
Complete first-query walkthrough.
Next
GraphQL IDE
Explore the schema and run queries interactively.
chainstream-graphql skill
Structured Agent Skill for GraphQL workflows.
CLI `graphql` subcommand
chainstream graphql schema and query reference.SDKs
Typed GraphQL wrappers via codegen.

