apollographql / apollo-tooling

✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
https://apollographql.com
MIT License
3.04k stars 469 forks source link

VS Code autocomplete of queries doesn't work #2303

Open bugproof opened 3 years ago

bugproof commented 3 years ago

I created apollo.config.js with the following content:

module.exports = {
  client: {
    service: {
      name: 'spacex',
      url: 'https://api.spacex.land/graphql/',
      // optional disable SSL validation check
      skipSSLValidation: true
    }
  }
};

image

And there's no autocomplete

image

Am I doing something wrong? I think I will just use GraphQL-Zeus or something similar https://github.com/hasura/awesome-fluent-graphql

just-Bri commented 3 years ago

Also having this issue as well in a React component(.tsx file).