Join Slack
Powered by
Are there any examples out there of using subscrip...
# prisma-whats-new
u
2tothe8th
04/20/2017, 11:31 PM
Are there any examples out there of using subscriptions in vanilla Javascript (i.e., no Apollo or Relay)?
n
nilan
04/21/2017, 8:19 AM
@2tothe8th
here's an example how to use the
subscription-transport-ws
client to do a subscription:
https://github.com/graphcool-examples/angular-apollo-instagram-subscriptions-example/blob/master/src/app/feed.component.ts#L80-L100
Open in Slack
Previous
Next