timhall / svelte-apollo

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

Pass `TData` down to `ObservableQuery` methods when building `ReadableQuery` type. #69

Closed vivekagr closed 3 years ago

vivekagr commented 3 years ago

Right now the ObservableQuery methods attached on ReadableQuery are not given the TData type available to it. This pull request fixes that.

timhall commented 3 years ago

Nice, thanks!