/serverless-graphiql

A Serverless plugin that deploys a GraphiQL client to a public S3 bucket

Primary LanguageJavaScript

serverless-graphiql

serverless

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,

TODO: add instructions for entering graphql endpoint url


**Fourth**, run the plugin, and visit your GraphiQL installation!

sls graphiql deploy


**Fifth**, Have fun!