VSCode Intellisense when querying and mutating graphql api generated by strapi

Are there any guides on how to use vscode intellisense with a graphql api generated by strapi? I am using apollo client on my frontend to access the API. I want it to be able to auto suggest things within VSCoce just like it does when I hit ctrl + space whilst I am at localhost:1337/graphql

1 Like