timhall / svelte-apollo

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

Restore for query with variable #48

Closed peacememories closed 3 years ago

peacememories commented 4 years ago

I can't really find it in the documentation, so: Is it possible to restore cache data for a query with a variable? And if so, how? Currently, restore seems to take 3 parameters, which are

Some documentation seems to imply that it is

Am I missing something?