Commit 9849736
authored
- consider `juniper_graphql_transport_ws` crate on CI
- implement auto-selection of protocol in `juniper_warp` crate
- support `graphql-transport-ws` protocol in `juniper_actix` crate
- implement auto-selection of protocol in `juniper_actix` crate
Additionally:
- move `examples/warp_subscriptions` into `juniper_warp/examples/subscription.rs`
- move `examples/actix_subscriptions` into `juniper_actix/examples/subscription.rs`
- move `examples/basic_subscriptions` into `juniper_subscriptions/examples/basic.rs`
- bump up MSRV of `juniper_actix` crate to 1.68
1 parent a74ea9c commit 9849736
37 files changed
Lines changed: 620 additions & 942 deletions
File tree
- .github/workflows
- book/src
- advanced
- servers
- examples
- actix_subscriptions
- basic_subscriptions
- warp_async
- src
- warp_subscriptions
- juniper_actix
- examples
- src
- juniper_graphql_transport_ws
- src
- juniper_graphql_ws
- src
- juniper_subscriptions
- examples
- juniper_warp
- examples
- src
- juniper
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 86 | | |
114 | 87 | | |
115 | 88 | | |
| |||
161 | 134 | | |
162 | 135 | | |
163 | 136 | | |
| 137 | + | |
164 | 138 | | |
165 | | - | |
| 139 | + | |
166 | 140 | | |
167 | 141 | | |
168 | 142 | | |
| |||
171 | 145 | | |
172 | 146 | | |
173 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
174 | 152 | | |
175 | 153 | | |
176 | 154 | | |
| |||
184 | 162 | | |
185 | 163 | | |
186 | 164 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 165 | | |
191 | 166 | | |
192 | 167 | | |
| |||
214 | 189 | | |
215 | 190 | | |
216 | 191 | | |
| 192 | + | |
217 | 193 | | |
218 | 194 | | |
219 | 195 | | |
| |||
342 | 318 | | |
343 | 319 | | |
344 | 320 | | |
| 321 | + | |
345 | 322 | | |
346 | 323 | | |
347 | 324 | | |
| |||
366 | 343 | | |
367 | 344 | | |
368 | 345 | | |
369 | | - | |
370 | 346 | | |
371 | 347 | | |
372 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
16 | 11 | | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments