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