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.