vuejs / apollo

🚀 Apollo/GraphQL integration for VueJS
http://apollo.vuejs.org
MIT License
6.01k stars 521 forks source link

Does vue-apollo V4 useQuery support mock schema? #1438

Open ElvisUpUp opened 1 year ago

ElvisUpUp commented 1 year ago

There is no example for vue3 composition api to test that use useQuery.

I wonder know if vue-apollo V4 useQuery support mock schema?

pertrai1 commented 1 year ago

Is there any traction for getting this documented? I really could use some examples on how to mock the returned values from useQuery. Thank you