File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ ReactDOM.render(<Playground endpoint="https://api.graph.cool/simple/v1/swapi" />
9090yarn add graphql-playground-middleware
9191```
9292
93- #### Use
93+ #### Usage
9494``` js
9595const express = require (' express' )
9696const bodyParser = require (' body-parser' )
@@ -135,7 +135,7 @@ See [packages/graphql-playground-middleware/examples/express](https://github.com
135135yarn add graphql-playground-middleware
136136```
137137
138- #### Use
138+ #### Usage
139139``` js
140140const hapi = require (' hapi' )
141141const {graphqlHapi } = require (' apollo-server-hapi' )
@@ -206,7 +206,7 @@ See [packages/graphql-playground-middleware/examples/hapi](https://github.com/gr
206206yarn add graphql-playground-middleware
207207```
208208
209- #### Use
209+ #### Usage
210210``` js
211211const koa = require (' koa' )
212212const koaRouter = require (' koa-router' )
@@ -255,8 +255,11 @@ See [packages/graphql-playground-middleware/examples/koa](https://github.com/gra
255255
256256### As serverless handler
257257#### Install
258+ ``` sh
259+ yarn add graphql-playground-middleware
260+ ```
258261
259- #### Use
262+ #### Usage
260263` handler.js `
261264
262265``` js
You can’t perform that action at this time.
0 commit comments