Juniper: Implement Subscriptions for juniper-actix

Created on 2 May 2020  路  3Comments  路  Source: graphql-rust/juniper

It would be awesome to have subscriptions in juniper-actix.

I'm willing to put effort into making it happen, but I will need some guidance.

enhancement subscriptions

Most helpful comment

Tbh I think that I'm OK for now.

So far I have:

  • got a new examples/actix_subscriptions example up and running based on the juniper_actix example
  • Followed the Actix WS example to get a Juniper Subscription to connect to the Actix WS

Next, I will look into actually implementing the WS handler. juniper_warp::subscriptions and the Actix WS examples should help me get there.

All 3 comments

That would be great! What guidance do you need?

Tbh I think that I'm OK for now.

So far I have:

  • got a new examples/actix_subscriptions example up and running based on the juniper_actix example
  • Followed the Actix WS example to get a Juniper Subscription to connect to the Actix WS

Next, I will look into actually implementing the WS handler. juniper_warp::subscriptions and the Actix WS examples should help me get there.

Looks like this landed, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

librelois picture librelois  路  3Comments

takeit picture takeit  路  5Comments

thedodd picture thedodd  路  5Comments

pyros2097 picture pyros2097  路  3Comments

EituKo picture EituKo  路  5Comments