You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to use this package to know when a graphql express server is started and listening for requests. When I tried it with http://localhost:4000/graphql I got http error 405, and when I tried it with http-get://localhost:4000/graphql I got http error code 400. It'd be great if this package supported querying graphql servers to know whether their up.
The text was updated successfully, but these errors were encountered:
Update:
After a little bit of more digging into the existing issues, I found that this solution works for my case. So I'm going to use tcp:4000 for now.
I'm unable to use this package to know when a graphql express server is started and listening for requests. When I tried it with
http://localhost:4000/graphql
I got http error405
, and when I tried it withhttp-get://localhost:4000/graphql
I got http error code400
. It'd be great if this package supported querying graphql servers to know whether their up.The text was updated successfully, but these errors were encountered: