Autocomplete on GraphQl query with nuxt-graphql-client

Viewed 22

Is there any way to have intellisence/autocomplete on GraphQl queries, when using nuxt-graphql-client in VS CODE?

enter image description here

1 Answers

I ended up using Apollo plugin for VS Code

Related