Use Fragments to Avoid Obsolete GraphQL Fields in Vue.js Applications
The more I use GraphQl, the more I ask myself the following question: How can I avoid GraphQL queries which query a bunch of fields that were once needed but are no longer used because the code has changed and the fields are now obsolete...
Read more