Ujwal Setlur
Ujwal Setlur
This will fail on react-native 0.56.0. It will trigger this issue: https://github.com/facebook/react-native/issues/18542
Have the same issue
The following patch fixes it: ``` diff --git a/src/Auth.js b/src/Auth.js index ff3825e..0ee8c54 100644 --- a/src/Auth.js +++ b/src/Auth.js @@ -7,7 +7,7 @@ type LoginMethodResponse { # Token of the connection token:...
I am not sure, I think earlier graphql packages will also parse it as a String when the type is changed here. Remember, meteor has not changed here.
I have a [fork](https://github.com/ujwal-setlur/meteor-apollo-accounts). it's meant to work with [cultofcoders:apollo](https://github.com/cult-of-coders/apollo), but might work other apollo environments. ``` meteor add ujwal:apollo-accounts ```
@joncursi, I used the proposed solution at: https://github.com/facebook/react-native/issues/4676#issuecomment-352815780
This will fail on react-native 0.56.0. It will trigger https://github.com/facebook/react-native/issues/18542
I am also looking to use moleculer with nats. Exact same use case as @ovesco Any ideas on how this can be achieved?
Will try with ``custom()``
Ok, but I was hoping the error message would still be a little more clear? Or maybe just say that payload object itself is missing?