Icon SunFilledIcon MoonStars
Icon SunFilledIcon MoonStars

Icon LinkGraphQL Playground

The Fuel indexer's GraphQL Playground is an interactive, in-browser GraphQL IDE that allows developers to easily explore and test the indexer's GraphQL API server. You can read more about the GraphQL playground in general here Icon Link.

Every public indexer can access the GraphQL playground of the Fuel indexer node on which the given indexer runs, so users and devs can get to querying their data right away.

Icon LinkUsage

To use the GraphQL playground to explor your indices, simply start your indexer service - then open the following URL in your browser - where namespace and identifier correspond to the namespace and identifier of the index that you'd like to explore.

http://localhost:29987/api/playground/:namespace/:identifier

NOTE: On initial page render, the playground throws a 500. Don't worry about this, you should still be able to query.

Icon ListDetailsOn this page