This is an extremely naive & minimalist implementation of monaco-graphql
with
react
using vite
as a bundler.
This workspace could be used to help us prototype components & hooks for
@graphiql/react
Here is a StackBlitz demo of this example
- In monorepo root directory run
yarn
andyarn build
. - In this directory run
yarn dev
.