Add Graphiql #95
-
express-graphql had a Graphiql. And that module is now deprecated. I want that feature in this module. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
do any one one know alternative module ??? which contain graphiql? |
Beta Was this translation helpful? Give feedback.
-
You can install GraphiQL alongside graphql-http using a middleware in your server. As an example, here’s a GraphiQL distribution I wrote that’s easy to use like this: https://www.npmjs.com/package/ruru/v/2.0.0-alpha.6 |
Beta Was this translation helpful? Give feedback.
-
This library implements only the GraphQL over HTTP spec, please see the disclaimer in the readme. For a fully featured GraphQL server - I recommend looking into GraphQL Yoga. |
Beta Was this translation helpful? Give feedback.
This library implements only the GraphQL over HTTP spec, please see the disclaimer in the readme.
For a fully featured GraphQL server - I recommend looking into GraphQL Yoga.
Also see #38 and #87.