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
Intended outcome:
Executing Go to definition inside query should work while using localSchemaFile;
Actual outcome:
If using localSchemaFile, actions fails with error.
Historicaly, this was fixed by #727
but later removed by #1500
How to reproduce the issue:
Just use apollo.config.js with localSchemaFile and try navigating to definition. This just can't work, as URI is clearly missing from code.
Versions
latest
NOTE: I'm already pushing fix for this issue. This is just for proper documentation.
The text was updated successfully, but these errors were encountered:
Intended outcome:
Executing
Go to definition
insidequery
should work while usinglocalSchemaFile
;Actual outcome:
If using
localSchemaFile
, actions fails with error.Historicaly, this was fixed by #727
but later removed by #1500
How to reproduce the issue:
Just use apollo.config.js with localSchemaFile and try navigating to definition. This just can't work, as URI is clearly missing from code.
Versions
latest
NOTE: I'm already pushing fix for this issue. This is just for proper documentation.
The text was updated successfully, but these errors were encountered: