Commit 3a8ee1d
committed
Merge branch 'master' into arcstr
# Conflicts:
# juniper/CHANGELOG.md
# juniper/src/ast.rs
# juniper/src/executor/mod.rs
# juniper/src/schema/meta.rs
# juniper/src/schema/model.rs
# juniper/src/schema/schema.rs
# juniper/src/validation/rules/overlapping_fields_can_be_merged.rs
# juniper/src/validation/rules/variables_in_allowed_position.rs
# juniper/src/validation/visitor.rs
# juniper_hyper/src/lib.rs
# juniper_subscriptions/CHANGELOG.md
# tests/codegen/fail/interface/struct/attr_field_non_output_return_type.stderr
# tests/codegen/fail/interface/struct/derive_field_non_output_return_type.stderr
# tests/codegen/fail/interface/trait/field_non_output_return_type.stderr
# tests/codegen/fail/object/attr_field_non_output_return_type.stderr
# tests/codegen/fail/object/derive_field_non_output_return_type.stderr
# tests/codegen/fail/subscription/field_non_output_return_type.stderr
# tests/codegen/fail/union/enum_non_object_variant.stderr
# tests/codegen/fail/union/struct_non_object_variant.stderr
# tests/codegen/fail/union/trait_non_object_variant.stderrFile tree
281 files changed
+5317
-1898
lines changed- .github
- workflows
- benches
- benches
- src
- book
- src
- advanced
- schema
- types
- objects
- error
- juniper_actix
- examples
- src
- juniper_axum
- examples
- src
- tests
- juniper_codegen
- src
- common
- field
- parse
- graphql_enum
- graphql_input_object
- graphql_interface
- graphql_object
- graphql_scalar
- graphql_subscription
- graphql_union
- scalar_value
- juniper_graphql_ws
- src
- graphql_transport_ws
- graphql_ws
- juniper_hyper
- examples
- src
- juniper_rocket
- examples
- src
- tests
- juniper_subscriptions
- examples
- src
- juniper_warp
- examples
- src
- tests
- juniper
- benches
- src
- executor_tests
- async_await
- introspection
- executor
- http
- integrations
- macros
- parser
- tests
- schema
- translate
- tests
- fixtures/starwars
- types
- validation
- rules
- value
- tests
- codegen
- fail
- input-object
- interface
- struct
- trait
- object
- subscription
- union
- src
- integration
- tests
- common
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
281 files changed
+5317
-1898
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
| |||
273 | 270 | | |
274 | 271 | | |
275 | 272 | | |
| 273 | + | |
276 | 274 | | |
277 | 275 | | |
278 | | - | |
| 276 | + | |
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
| |||
288 | 286 | | |
289 | 287 | | |
290 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
291 | 292 | | |
292 | | - | |
293 | | - | |
294 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | | - | |
3 | | - | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments