Closed brabeji closed 5 years ago
The intellisense in gql tagged templates stops working when a fragment is inserted:
export const MyQueryDocument = gql` ${AFragment} query MyQuery { # no intellisense here } `;
Intellisense works
Include fragment document in operation using js string literal template.
Actual Behavior
The intellisense in gql tagged templates stops working when a fragment is inserted:
Expected Behavior
Intellisense works
Steps to Reproduce the Problem Or Description
Include fragment document in operation using js string literal template.
Specifications
Logs Of TS Server || GraphQL Language Service