Commit fcf32de
committed
Merge branch '8.x-4.x' into apq_plugin
* 8.x-4.x:
fix(dataproducer): Fix language definition to be single value in entity reference producers (drupal-graphql#1241)
docs(server): Improved class property descriptions
feat(server): Add configurable validation security rules for introspection and query complexity (drupal-graphql#1244)
tests(buffer): Fix ArryObject usage to not depend on Zend (drupal-graphql#1247)
test(phpstan): Add missing return type hint
fix(file-upldoad): Validate files in the correct order
fix(DataProducer): Fix entity reference loading by language (drupal-graphql#1232)
tests(assertions): Implement leaked metadata detection for QueryResultAssertionTrait (drupal-graphql#1207)
tests(github): Switch testing to Drupal core 9.2.x (drupal-graphql#1215)
chore(voyager): yarn audit security updates (drupal-graphql#1214)
test(phpstan): Enable PHPStan run on PHP 8.0 (drupal-graphql#1211)
refactor(executor): Replace deprecated AST::getOperation() with AST::getOperationAST() (drupal-graphql#1210)
fix(executor): Remove swapped errors compatibility modeFile tree
30 files changed
+2458
-3977
lines changed- .github/workflows
- assets
- explorer
- dist
- voyager
- dist
- config
- install
- schema
- src
- Entity
- Form
- GraphQL
- Execution
- Utility
- Plugin/GraphQL/DataProducer/Field
- tests
- modules/graphql_file_validate
- src
- Kernel
- DataProducer
- Framework
- Traits
30 files changed
+2458
-3977
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| |||
83 | 77 | | |
84 | 78 | | |
85 | 79 | | |
86 | | - | |
| 80 | + | |
87 | 81 | | |
88 | 82 | | |
89 | | - | |
| 83 | + | |
90 | 84 | | |
91 | 85 | | |
92 | 86 | | |
| |||
109 | 103 | | |
110 | 104 | | |
111 | 105 | | |
112 | | - | |
| 106 | + | |
113 | 107 | | |
114 | 108 | | |
115 | 109 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| 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 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
1584 | 1584 | | |
1585 | 1585 | | |
1586 | 1586 | | |
1587 | | - | |
| 1587 | + | |
| 1588 | + | |
1588 | 1589 | | |
1589 | 1590 | | |
1590 | 1591 | | |
| |||
1594 | 1595 | | |
1595 | 1596 | | |
1596 | 1597 | | |
1597 | | - | |
1598 | | - | |
1599 | 1598 | | |
1600 | 1599 | | |
1601 | 1600 | | |
| |||
1609 | 1608 | | |
1610 | 1609 | | |
1611 | 1610 | | |
1612 | | - | |
1613 | 1611 | | |
1614 | 1612 | | |
1615 | 1613 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
0 commit comments