You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying a $ get-graphql-schema http://localhost:4000/graphql > ./schema.graphql
And complain for this:
FetchError: invalid json response body at http://localhost:4000/graphql reason: Unexpected token < in JSON at position 0
at /Users/romenigld/.asdf/installs/nodejs/12.13.1/.npm/lib/node_modules/get-graphql-schema/node_modules/node-fetch/lib/index.js:272:32
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
message: 'invalid json response body at http://localhost:4000/graphql reason: Unexpected token < in JSON at position 0',
type: 'invalid-json'
}
The text was updated successfully, but these errors were encountered:
I'm trying a
$ get-graphql-schema http://localhost:4000/graphql > ./schema.graphql
And complain for this:
The text was updated successfully, but these errors were encountered: