jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
127 stars 18 forks source link

Fix options creation for @apollo/client >= 3.5 #134

Closed illusionalsagacity closed 2 years ago

illusionalsagacity commented 2 years ago

Resolves #133

illusionalsagacity commented 2 years ago

Smoke tested this on a branch of my employer's app, definitely fixes the immediate crash on startup.

illusionalsagacity commented 2 years ago

:shipit: Gonna wait to merge a bit in case you get to comments

Yeah I can get to them in a bit

jeddeloh commented 2 years ago

Excellent! Thanks again! I also tested in /EXAMPLES and things look good. I checked that mutation options already use abstract/obj but subscription doesn't. I'm going to go ahead in a subsequent PR and convert subscription as well.

jeddeloh commented 2 years ago

Oh, ignore me. You already did it. Thanks!