Is there a VSCode plugin to go from graphql schema to the Golang resolver? [closed]

Is there a VSCode plugin to go from graphql schema to the Golang resolver? [closed]


0

We have a query or mutation definition and the resolver code for it in Go file. Of course they have identical names, but we can have seral functions with this name in Go. That is why, I am asking can we go from definition in .graphql file to the resolver code in .go file? Using some VSCode extension or internal VSCode tool.

I have tried "Go to Definition (F12)" and "Ctrl+Click" functions in VSCode, it doesn’t work. Also the "GraphQL: Language Feature Support" extension doesn’t allow us to go to the query/mutation implementation.


Load 5 more related questions


Show fewer related questions

0

Leave a Reply

Your email address will not be published. Required fields are marked *