Skip to content

Commit 2e8cb9a

Browse files
authored
Better version & package docs
1 parent d859500 commit 2e8cb9a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,22 @@ $ yarn start
171171
Open
172172
[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!
173173

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
189+
174190

175191
<a name="help-and-community" />
176192

0 commit comments

Comments
 (0)