We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56d7fc commit cbd9a42Copy full SHA for cbd9a42
README.md
@@ -116,6 +116,10 @@ yarn add graphql-playground-middleware-lambda
116
`handler.js`
117
118
```js
119
+import lambdaPlayground from 'graphql-playground-middleware-lambda'
120
+// or using require()
121
+// const lambdaPlayground = require('graphql-playground-middleware-lambda').default
122
+
123
exports.graphqlHandler = function graphqlHandler(event, context, callback) {
124
function callbackFilter(error, output) {
125
// eslint-disable-next-line no-param-reassign
0 commit comments