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.