hasura / graphqurl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] Uninformative error: `Error: [undefined] at [undefined]: undefined`

shouldsee opened this issue · comments

Not sure why is this thrown?

Executing query... error
Error:  [undefined] at [undefined]: undefined

Can't see a way to enable verbose for more information either... as a workaround, if I tag -i on the end of the CLI, it opens up a Web browser containing a GraphiQL playground which does provide a detailed error message.