apollographql / apollographql/apollo-tooling
VS Code autocomplete of queries doesn't work
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 460
- PR merge metrics
- No merged PRs in 30d
Description
I created `apollo.config.js` with the following content:
```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
Contributor guide
Research direction
Reproduce the report in VS Code using the supplied apollo.config.js and GraphQL endpoint, then inspect the relevant TypeScript tooling entry points for autocomplete. Confirm whether this repository still owns the integration; done means a documented cause and working query autocomplete, or a clear closure if support moved to Rover.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100