Open bugproof opened 3 years ago
I created apollo.config.js with the following content:
apollo.config.js
module.exports = { client: { service: { name: 'spacex', url: 'https://api.spacex.land/graphql/', // optional disable SSL validation check skipSSLValidation: true } } };
And there's no autocomplete
Am I doing something wrong? I think I will just use GraphQL-Zeus or something similar https://github.com/hasura/awesome-fluent-graphql
Also having this issue as well in a React component(.tsx file).
I created
apollo.config.js
with the following content:And there's no autocomplete
Am I doing something wrong? I think I will just use GraphQL-Zeus or something similar https://github.com/hasura/awesome-fluent-graphql