So i am pretty new to graphql and apollo, but have been using it sucessfully these last few weeks together with strapi. Something i am wondering about is, is there some way to get the grapqhl type definitions from strapi into my frontend repo? So that I could hopefully get some intelisense when writing my queries akin to how the playground does it.
I feel like most of my bugs are due to misspellings in the actual queries themselves.
Any tips or advice is welcome!
PS, using typescript, next.js and apollo client for the frontend