relay-tools / relay-subscriptions

[Deprecated] Subscription support for Relay Classic

Home Page:https://facebook.github.io/relay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Relay 1.3.0

maikelrobier opened this issue · comments

Hi, I tried upgrading to react-relay 1.3.0 and I get this error on runtime:

image

I guess that's probably caused by the refactoring done in version 1.3.0 to replace promises by observables.

Is this something that has to be updated in relay-subscriptions or is it just something that I got wrong? Thanks.

I think this is a problem on graphql implementation, not with this package

@taion Does that mean that relay-subscriptions works with relay "modern". I'm getting confused because the README explicitly mentions "Relay Classic":
screen shot 2018-01-31 at 22 37 21

It works with Relay Classic running on Relay v1.

@taion thanks for the clarification 👍