Fix or replace `svelte-apollo`
Opened this issue · 0 comments
EddyVinck commented
While working on #16 I noticed that I keep running into problems with svelte-apollo
.
Some problems:
- having to do workarounds such as the one for
this.fetch
. meQuery.refetch()
hits the backend but does not update the cache.- There is also a lot of boilerplate code required for
svelte-apollo
.
Take a look at @urql/svelte:
- https://www.npmjs.com/package/@urql/svelte
- https://github.com/FormidableLabs/urql
- https://formidable.com/open-source/urql/docs/
- https://twitter.com/Veinq_/status/1261592399933067264
graphql-gun
could also be something worth looking into https://github.com/brysgo/graphql-gun