hasura / graphqurl

curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
Apache License 2.0
3.34k stars 101 forks source link

Introspect to download file results in Must provide a query string #119

Open amityweb opened 2 years ago

amityweb commented 2 years ago

gq https://mydomain.com/graphql/ --introspect > schema.graphql

Executing query... error
Error:  {
  errors: [ { message: 'Must provide a query string.', extensions: [Object] } ]
}