Skip to content
Compare
Choose a tag to compare
@kitten kitten released this 01 Oct 12:50
· 922 commits to main since this release
3accd99

The new @urql/svelte API features the query, mutation, and subscription utilities, which are
called as part of a component's normal lifecycle and accept operationStore stores. These are
writable stores that encapsulate both a GraphQL operation's inputs and outputs (the result)!
Learn more about how to use @urql/svelte in our new API docs or starting from the Basics pages.

Major Changes

  • Reimplement the @urql/svelte API, which is now marked as stable, by @kitten (See #1016)