graphqurl
graphqurl copied to clipboard
Show a message saying `invalid` graphql endpoint if it cannot introspect
➜ ~ gq http://localhost:8080
Error: Network error: Unexpected token N in JSON at position 0
at new ApolloError (~/.nvm/versions/node/v10.1.0/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:124:32)
at ~/.nvm/versions/node/v10.1.0/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:1248:45
at ~/.nvm/versions/node/v10.1.0/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:1680:21
at Array.forEach (
Expectation: Invalid GraphQL endpoint.
@karthikvt26 Is http://localhost:8080/
your graphql endpoint?
Usually, you can set custom graphql endpoint like http://localhost:8080/graphql
or http://localhost:8080/graphqlApi
.
I would like to pick this up
Hey! Can I pick this up @shahidhk @ShraddhaAg? Seems like a good place to start!
Hey @chtnnh go ahead! Let us know if you need any help :)
Hey @ShraddhaAg ! Thank you for the confirmation!
Could you help me setup graphqurl on my local? I am running into issue #103
Gentle ping @ShraddhaAg