I am new in Vue 3 and Apollo Composable. I first created a Vuex store and a module service to fetch data from GraphQL endpoint. Furthermore, I noticed during implementation that I can't call useMutation and useQuery outside of setup().
Can I have more explanations about that and also if there are other ways to use useQuery and useMutation outside of setup() can you please show them to me ?