Embedding GraphiQL via markdown
See original GitHub issueIs there a documentation how we can integrate GraphiQL
in our existing markdown-based documentation?
We`d like to have something like this:
# { "graphiql": true }
{
hero {
name
}
}
Is there a tutorial or something like that on how they did that?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
graphql-markdown - npm
The easiest way to document your GraphQL schema. ... This package will generate Markdown that beautifully renders your GraphQL schema in an easily ......
Read more >Adding Markdown Pages - Gatsby
Gatsby can use markdown files to create pages in your site. ... You can then query the data through the GraphQL API from...
Read more >Complete guide to GraphQL Playground - LogRocket Blog
There are so many tools that make learning and using GraphQL easier. ... documentation explorer, search, markdown support, and so much more.
Read more >GraphiQL for ASP.NET Core
Now start the web using Visual Studio (press [F5]). The web starts with the default view or API. Add "graphiql" to the URL...
Read more >GraphQL, Rich Text Editor & Redesigned Dashboard - Strapi
The idea with this plugin was to add a new layer to easily request the API using GraphQL, without breaking the existing endpoints....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@FrankR85 on graphql.org MiniGraphiql component is used with the
marked
which is probably not as powerful as graphiql but good enough for the docs siteYou mean like this?
Use ```graphql in the beginning of your code block.