I wanna use apollo tooling to write queries within my typescript files
local schema is used created by fetching schema from server via apollo cli
apollo service:download --endpoint=http://localhost:8000/graphql schema-twisto.json
Actual outcome:
getting weird errors ( looks like vscode plugin does some weird caching )
If I change the path to non existent and back, plugin will get stuck on the same error:
If I explicitly reload code and reload the schema, errors are gone but, another one occurs ( config is loaded 3 times )
Intended outcome:
apollo service:download --endpoint=http://localhost:8000/graphql schema-twisto.json
Actual outcome:
If I change the path to non existent and back, plugin will get stuck on the same error:
How to reproduce the issue:
Versions apollo vscode plugin: 1.5.2