serverless-plugin-graphiql icon indicating copy to clipboard operation
serverless-plugin-graphiql copied to clipboard

Creates http endpoints for graphql server with graphiql

Results 4 serverless-plugin-graphiql issues
Sort by recently updated
recently updated
newest added

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...