apollographql / apollographql/apollo-tooling

VS Code autocomplete of queries doesn't work

Open
#2,303 1 comment 0 reactions 0 assignees View on GitHub
:spiral_notepad: component - vscode
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
}
}
};
```

![image](https://user-images.githubusercontent.com/3116731/116997690-68be8b80-acdd-11eb-8904-2e1107db137c.png)

And there's no autocomplete

![image](https://user-images.githubusercontent.com/3116731/116997740-78d66b00-acdd-11eb-8918-65d224c664d5.png)

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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.