You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,22 @@ $ yarn start
171
171
Open
172
172
[localhost:3000/middleware.html?endpoint=https://api.graph.cool/simple/v1/swapi](http://localhost:3000/middleware.html?endpoint=https://api.graph.cool/simple/v1/swapi) for local development!
173
173
174
+
### Versions
175
+
176
+
This is repository is a "mono repo" and contains multiple packages using [Yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/). Please be aware that versions are **not** synchronised between packages. The versions of the [release page](https://github.com/graphcool/graphql-playground/releases) refer to the electron app.
177
+
178
+
### Packages
179
+
180
+
In the folder `packages` you'll find the following packages:
181
+
182
+
* `graphql-playground-electron`: Cross-platform electron app which uses `graphql-playground-react`
183
+
* `graphql-playground-html`: Simple HTML page rendering a version of `graphql-playground-react` hosted on JSDeliver
184
+
* `graphql-playground-middleware-express`: Express middleware using `graphql-playground-html`
185
+
* `graphql-playground-middleware-hapi`: Hapi middleware using `graphql-playground-html`
186
+
* `graphql-playground-middleware-koa`: Koa middleware using `graphql-playground-html`
187
+
* `graphql-playground-middleware-lambda`: AWS Lambda middleware using `graphql-playground-html`
188
+
* `graphql-playground-react`: Core of GraphQL Playground built with ReactJS
0 commit comments