timhall / svelte-apollo

Svelte integration for Apollo GraphQL
MIT License
944 stars 69 forks source link

Fixes mutation to pass options. #84

Closed dxlbnl closed 2 years ago

dxlbnl commented 3 years ago

As stated in the readme, mutation should have an optional options value passed.

I added the optional options, and added tests to verify their function.

timhall commented 2 years ago

I patched #116 with this fix, thanks for the PR, sorry for the looooong delay in merging it