UNPKG

@graphql-yoga/graphiql

Version:

This the GraphiQL used by GraphQL Yoga. This package is currently not published to npm and only contains the React component `GraphQLYoga`.

6 lines 270 B
import { initialize } from 'monaco-editor/esm/vs/editor/editor.worker'; import { GraphQLWorker } from './GraphQLWorker'; globalThis.onmessage = () => { initialize((ctx, createData) => new GraphQLWorker(ctx, createData)); }; //# sourceMappingURL=graphql.worker.js.map