You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this extension in a apollo server project.
There exists multiple .graphql files defining the schema and the generator updates a json (introspection) and a generated.ts file (typescript, typescript-resolvers).
The usage in VSCode with this extension is problematic.
It only works (even for the types) if in the file I'm saving there is a query, but I do not want to create queries, I just wan't to create the schema in these .graphql files.
The text was updated successfully, but these errors were encountered:
I'm trying to use this extension in a apollo server project.
There exists multiple
.graphql
files defining the schema and the generator updates a json (introspection) and agenerated.ts
file (typescript, typescript-resolvers).The usage in VSCode with this extension is problematic.
It only works (even for the types) if in the file I'm saving there is a query, but I do not want to create queries, I just wan't to create the schema in these .graphql files.
The text was updated successfully, but these errors were encountered: