VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Update mutation updater to Apollo client 3.4.2 #68

Open eric-burel opened 2 years ago

eric-burel commented 2 years ago

Is your feature request related to a problem? Please describe.

Apollo Client 3.4.2 allows to pass variables and context into the update function => might be easier to write the multi updater, without the hack we use currently to find the queries? https://github.com/apollographql/apollo-client/releases?after=v3.4.2