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.

