Graphql IDE support #114
Answered
by
n1ru4l
97amarnathk
asked this question in
Q&A
-
Is there any graphql GUI which I can use to test my subscriptions ? Currently I have to write a node script using urql and graphql-ws client. |
Beta Was this translation helpful? Give feedback.
Answered by
n1ru4l
Feb 14, 2021
Replies: 1 comment 2 replies
-
You could simply setup your own GraphiQL on a route on your local Frontend dev server. See https://github.com/n1ru4l/graphql-bleeding-edge-playground for an example |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
enisdenjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could simply setup your own GraphiQL on a route on your local Frontend dev server.
See https://github.com/n1ru4l/graphql-bleeding-edge-playground for an example