Currently, I am working with nuxt.js and apollo. One issue I am facing is that when I click a button, it sends a request to the graphql server. The strange part is that the first time I click the button, everything works as expected. However, when I click it a second time, it returns the same data without contacting the server again. This leads me to believe that Apollo may be mistakenly caching the data. I am unsure of how to resolve this issue. Does anyone have any suggestions on how to fix this?