Embedding GraphiQL via markdown
Open
graphiql
- Dominant language
- TypeScript
- Stars
- 16.9k
- Forks
- 1.9k
- Avg merge
- 22h 45m
- Merged PRs (30d)
- 70
Description
Is there a documentation how we can integrate `GraphiQL` in our existing markdown-based documentation?
We`d like to have something like [this](https://github.com/graphql/graphql.github.io/blob/source/src/content/learn/Learn-Queries.md):
```
# { "graphiql": true }
{
hero {
name
}
}
```
Is there a tutorial or something like that on how they did that?
Contributor guide
Assessment
This issue has not been assessed yet.