We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying graphqurl, and no matter what I do, all I get is failed to fetch. Works with cURL, however.
failed to fetch
$ graphqurl --version graphqurl/1.0.1 darwin-arm64 node-v18.14.1 $ gq http://localhost:4000/graphql -q '{ hello }' Executing query... error Error: { errors: [ { message: 'failed to fetch' } ] } $ curl -X POST -H 'content-type: application/json' -d '{ "query": "{ hello }" }' http://localhost:4000/graphql {"data":{"hello":"world"}}
Looking at the log of the server, it looks like gq isn't even sending the GraphQL request to it. curl does.
gq
curl
The text was updated successfully, but these errors were encountered:
I am getting the same issue....
Sorry, something went wrong.
No branches or pull requests
I'm trying graphqurl, and no matter what I do, all I get is
failed to fetch
. Works with cURL, however.Looking at the log of the server, it looks like
gq
isn't even sending the GraphQL request to it.curl
does.The text was updated successfully, but these errors were encountered: