> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kamu.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GraphQL

[![GraphQL API](https://img.shields.io/static/v1?logo=graphql\&logoColor=F133A8\&label=\&message=GraphQL%20API\&color=gray\&style=for-the-badge)](https://api.demo.kamu.dev/graphql)

[GraphQL](https://graphql.org/) is our primary API for interacting with the node when building rich applications. [Kamu Web Platform](/platform) uses it extensively.

Here you can access [interactive GraphQL playground](https://api.demo.kamu.dev/graphql) of our demo node.

The playground is also available when you run your local node or when you use `kamu system api-server` CLI command under the HTTP port.

Here you can find the latest version of static [GraphQL API schema](https://github.com/kamu-data/kamu-cli/blob/master/resources/schema.gql).
