Add Graphiql #95
Answered
by
enisdenjo
MuhammadRafeh
asked this question in
Q&A
|
express-graphql had a Graphiql. And that module is now deprecated. I want that feature in this module. |
Answered by
enisdenjo
Jun 20, 2023
Replies: 3 comments
|
do any one one know alternative module ??? which contain graphiql? |
0 replies
|
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 |
0 replies
|
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. |
0 replies
Answer selected by
enisdenjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.