serverless-plugin-graphiql
serverless-plugin-graphiql copied to clipboard
Creates http endpoints for graphql server with graphiql
This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...
The example doesn't work with serverless `1.36.3`. The server start then **exits immediately**. Running : ```sh cd example npm install serverless sls graphiql && echo $? ``` Produce : ```sh...
Hi, first thanks for this plugin, I will be using it frequently as soon as I can make it work :) I can install and launch the plugin, but when...