How do I enable autocomplete in .graphql files? #8007
-
|
Here is my codegen.yml When I write queries inside How do I turn this on? If the linter can figure out my schema for me, is there a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @mwjaco , |
Beta Was this translation helpful? Give feedback.
Hi @mwjaco ,
I feel like this is not related directly to GraphQL Codegen. You can use codegen to generate your
schema.graphqlfile, or usegraph-configto load your schema, and then use the GraphQL VSCode extension to get autocomplete.