A Serverless plugin that deploys a GraphiQL client to an S3 bucket and makes it publicly available in seconds.
First, install:
npm install --save serverless-graphiql
Second, Add the plugin to s-project.json
:
"plugins": [
"serverless-graphiql"
]
Third,
**Fourth**, run the plugin, and visit your GraphiQL installation!
sls graphiql deploy
**Fifth**, Have fun!