timhall / svelte-apollo

Svelte integration for Apollo GraphQL
MIT License
947 stars 68 forks source link

v0.4: Update API #52

Closed timhall closed 3 years ago

timhall commented 4 years ago

Redesign the API to simplify and call getClient implicitly.

Closes #49 Closes #48 Closes #47 Closes #43 Closes #42 Closes #21 Closes #19

Will work on a more complete Sapper example after this. I've tried it a couple of times and it's really difficult getting fetch to work cleanly, maybe things have changed with Apollo Client v3.

frederikhors commented 3 years ago

What's missing to close this, @timhall?

timhall commented 3 years ago

Jeez, is it almost October. I was trying to get a Sapper example going, but I'll leave that for another day / year.

meh commented 3 years ago

Are you going to publish a new version any time soon?