graphqurl icon indicating copy to clipboard operation
graphqurl copied to clipboard

curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.

Results 72 graphqurl issues
Sort by recently updated
recently updated
newest added

I was trying to run the tests per **[TESTING](https://github.com/happymondayco/graphqurl/blob/361dff6ed4502273ed5b89744cec20886a0e9662/CONTRIBUTING.md#testing)**, but it's failing with: ``` $ GRAPHQURL_TEST_GRAPHQL_ENGINE_URL=http://localhost:8080/ GRAPHQURL_TEST_X_HASURA_ACCESS_KEY=myadminsecretkey npm test > [email protected] test /Users/dave/dev/graphqurl > node test/index.test.js && node test/clearstate.test.js ✔︎...

since we added errors as extensions.

When the graphql server endpoint is wrong, then the following error is encountered. A better error message is expected. For e.g in the below, the correct url should have been...

Errors should be of the format: ``` { "errors" : [ .... ] } ```

good first issue
hacktoberfest
wip

`gq https://mydomain.com/graphql/ --introspect > schema.graphql` ``` Executing query... error Error: { errors: [ { message: 'Must provide a query string.', extensions: [Object] } ] } ```

Hey there, congrats for `gq`, it's really an awesome tool. Today thinking about the possibilities of `gq`, I was dreaming with the idea of allowing some sort of basic scripting....

The shorthand for --variablesJSON transitioned from "-n" to "-j"

I'm trying graphqurl, and no matter what I do, all I get is `failed to fetch`. Works with cURL, however. ``` $ graphqurl --version graphqurl/1.0.1 darwin-arm64 node-v18.14.1 $ gq http://localhost:4000/graphql...