apollographql / apollographql/apollo-tooling

VSCode: Autocomplete/suggestion after fragment in query

Open
#673 5 comments 1 reaction 1 assignee Claimed by @trevor-scheer View on GitHub
:spiral_notepad: component - vscode 🐞 bug
Dominant language
TypeScript
Stars
3k
Forks
460
PR merge metrics
No merged PRs in 30d

Description

The autocomplete/suggestion after a fragment is not showing up. Before the spreaded fragment, it works as expected.

Basic example, where name is not showing up:
```
const exampleQuery = gql`
query Somethings($input: ThingsInput) {
things(input: $input) {
description
...AlltThingsProps
name
}
}
${ThingsFragments.allThingsProps}
`;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.