Chris
|
84c9720b53
|
GraphQL-WS crate and Warp subscriptions update (#721)
* update pre-existing juniper_warp::subscriptions
* initial draft
* finish up, update example
* polish + timing test
* fix pre-existing bug
* rebase updates
* address comments
* add release.toml
* makefile and initial changelog
* add new Cargo.toml to juniper/release.toml
|
2020-07-28 22:23:44 -10:00 |
|
Kai Ren
|
4d77a1a9b9
|
Strip redundant Send/Sync bounds (#688)
Additionally:
- strip redundant type parameters for juniper::Context in some core definitions and reuse associated type
|
2020-06-30 18:13:15 +03:00 |
|
nWacky
|
dbe2c67cb8
|
Minor improvements to subscriptions functionality (#591)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
|
2020-03-30 20:43:00 -07:00 |
|
imspace
|
3b465cbf04
|
Fix websocket connection in warp subscriptions example (#583)
|
2020-03-24 17:20:34 -07:00 |
|
Gero Posmyk-Leinemann
|
5f777e8a6d
|
Clippy cleanup (#579)
|
2020-03-20 09:11:06 -07:00 |
|
nWacky
|
eb941e509a
|
Add subscription support (#433)
Co-authored-by: tyranron <tyranron@gmail.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
|
2020-03-18 20:31:36 -07:00 |
|