GraphQL Playground to showcase the power of GraphQL. Write your queries and documentation with MDX and display queries in an interactive GraphiQL window. It can source from your localhost or a remote URL (e.g. Codesandbox).
GraphQL Playground is a powerful tool for showcasing GraphQL queries and documentation. It allows users to write queries and documentation using MDX and display the queries in an interactive GraphiQL window. The tool can source data from either a localhost or a remote URL. It utilizes the Gatsby Theme @lekoarts/gatsby-theme-graphql-playground.
gatsby new my-site https://github.com/lekoarts/gatsby-starter-graphql-playground
cd my-site
npm run develop.For more detailed instructions on customizing and using the starter, refer to the tutorial provided.
GraphQL Playground is a powerful tool that allows users to showcase their GraphQL queries and documentation. With features like MDX support, automatic conversion of code blocks, and flexible theming options, it provides an interactive and versatile environment for developers. By utilizing the Gatsby Theme @lekoarts/gatsby-theme-graphql-playground, users can easily create and customize their own GraphQL playground.