-
Notifications
You must be signed in to change notification settings - Fork 786
Conversation
@choffmeister: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
Generated by 🚫 dangerJS |
I think you also need to update |
19bbddb
to
33da21b
Compare
True thx. Still there are tests failing which is weired, since I did not change any actual code. Also the tests suite does also not run through locally on |
The build fail seems to be related to some typescript checks that now fail because of the changed types: https://travis-ci.org/apollographql/react-apollo/builds/279954551#L773 |
OK, these error is from making |
33da21b
to
5bb797a
Compare
@leoasis I reverted the part for EDIT: Yes |
Hmm I think |
I think this one is a bit hard to typecheck, since the decision on wether this HoC acts as a mutation or as a query, really depends on the graphql Document that is passed to it, and it's determined at runtime. Anyway, at least the other type should be |
I had no idea this even existed! So cool! |
hmm these test failures seem to be everywhere? I wonder what it is. Anyhow, its not related to this PR so I'll merge this through! |
@jbaxleyiii but won't Also, I think |
Please see issue #1083