We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goto-definition does not work ("definition not found") for scalars defined in other schema files. It does work for scalars defined in the same file.
I expect Goto-definition of a scalar type to navigate to the location of definition for that scalar, regardless of which file it is declared in.
Repro repo: https://github.com/jogly/graphql-goto-definition
query.gql
AScalar
ATypeDef
typedef.gql
World
vscode
graphql.vscode-graphql
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
Goto-definition does not work ("definition not found") for scalars defined in other schema files. It does work for scalars defined in the same file.
Expected Behavior
I expect Goto-definition of a scalar type to navigate to the location of definition for that scalar, regardless of which file it is declared in.
Steps To Reproduce
Repro repo: https://github.com/jogly/graphql-goto-definition
query.gql
, goto does not work on the scalar referenceAScalar
, but does work onATypeDef
.typedef.gql
, goto does work on the scalar referenceWorld
Environment
vscode
v1.74.2 &graphql.vscode-graphql
v0.8.4Anything else?
No response
The text was updated successfully, but these errors were encountered: