gql-tag-operations-preset + VSCode's autocompletions #6669
Unanswered
kwassholm-work
asked this question in
Q&A
Replies: 2 comments
-
Got the same problem + #6674 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure you use https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql Create graphql.config.json {
"schema": ["./src/**/*.{graphql}"],
"documents": ["./src/**/*.{js,ts,jsx,tsx}"]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heya,
I've been trying out the gql-tag-operations-preset as mentioned in https://the-guild.dev/blog/whats-new-in-graphql-codegen-v2. Seems very nice but for some reason autocompletion inside the GraphQL queries does not work anymore in VSCode. I'm using the "graphql.vscode-graphql" plugin.
Any ideas or pointers to get it working? Autocompletion works ok in .graphql files.
Beta Was this translation helpful? Give feedback.
All reactions