Skip to content

Instantly share code, notes, and snippets.

@sergioramos
Created June 2, 2022 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergioramos/e6ce122f85808824257948451d9c7164 to your computer and use it in GitHub Desktop.
Save sergioramos/e6ce122f85808824257948451d9c7164 to your computer and use it in GitHub Desktop.
const lambdaPlayground = require('graphql-playground-middleware-lambda');
const { ENDPOINT_URL = '' } = process.env;
module.exports.handler = lambdaPlayground({
endpoint: ENDPOINT_URL,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment