Svelte Apollo

Svelte Integration for Apollo GraphQL

Description

Apollo gives a neat abstraction layer and an interface to your GraphQL server. You don't need to worry about constructing your queries with request body, headers and options, that you might have done with axios or fetch. You can directly write queries and mutations in GraphQL and they will automatically be sent to your server via your apollo client instance.
Visit Site
Related Projects