pragma
pragma copied to clipboard
Embed GraphiQL in docs.
Embed GraphiQL in docs
We need to embed GraphiQL inside the docs for examples so users can see and try the generated server.
Why
Because I think Pragma has one of the cleanest APIs and users should be aware of it before even deciding to install it and use it.
How
https://github.com/onegraph/graphiql-explorer
This project is great because it has a query builder UI and can easily be used as a React component inside mdx
files.