relay-subscriptions icon indicating copy to clipboard operation
relay-subscriptions copied to clipboard

[Deprecated] Subscription support for Relay Classic

Results 2 relay-subscriptions issues
Sort by recently updated
recently updated
newest added

Can we have a guide to get this working with [graphcool](http://graph.cool) subscriptions? I tried to use WebSockets but I get a 400. Looks like there's an initial handshake that should...

help wanted

My components have query fragments of the following form: initialVariables : { type : 'videos', pageSize : 10, community : 3 }, fragments: { viewer: () => Relay.QL` fragment on...