apollographql / apollographql/apollo-tooling
VSCode: Autocomplete/suggestion after fragment in query
Open
: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
Assessment
This issue has not been assessed yet.