Are there any examples out there of using subscrip...
# prisma-whats-new
u
Are there any examples out there of using subscriptions in vanilla Javascript (i.e., no Apollo or Relay)?
n
@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