@graphql-yoga/graphiql 4.4.4-alpha-20260125160132-ca1bda9c6bc9477408f2b2b9f7f62cfd3b182430 → 4.4.4-alpha-20260127124319-32372c4364e0caabb6bc56ae1a8f1a5c13787d8a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/graphiql.css +10 -1
- package/dist/monacoeditorwork/editor.worker.bundle.js +17 -13510
- package/dist/monacoeditorwork/graphql.worker.bundle.js +6 -0
- package/dist/monacoeditorwork/json.worker.bundle.js +7082 -20541
- package/dist/yoga-graphiql.es.js +409 -182563
- package/dist/yoga-graphiql.umd.js +425 -1259
- package/package.json +17 -13
- package/LICENSE +0 -23
- package/dist/monacoeditorwork/graphql.worker..bundle.js +0 -32083
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ contains the React component `GraphQLYoga`.
|
|
|
8
8
|
You can run a local instance on `http://localhost:4001` with the following command".
|
|
9
9
|
|
|
10
10
|
```ts
|
|
11
|
-
|
|
11
|
+
bun --filter @graphql-yoga/graphiql start
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
The development server will automatically proxy `http://localhost:4000/graphql`, so make sure you
|