timhall / svelte-apollo

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

Is it possible to use 'useQuery' or 'useMutation' with svelte-apollo? #55

Closed xero0001 closed 4 years ago

xero0001 commented 4 years ago

Because 'useQuery' and 'useMutation' provides slightly more options than just 'Query' or 'Mutation', like 'onCompleted', 'notifyOnNetworkStatusChange' etc... I wanna know if it's possible to use them.

xero0001 commented 4 years ago

I found that core part of apollo client contains all those things.