You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ CHANGELOG
108
108
109
109
-`\Rebing\GraphQL\Support\ResolveInfoFieldsAndArguments` has been removed
110
110
-`$getSelectFields` closure no longer takes a depth parameter
111
+
112
+
- The `$args` argument, of the `handle` method of the execution middlewares requires `array` as type.
113
+
111
114
### Added
112
115
- Command to make an execution middleware [\#772 / mfn](https://github.com/rebing/graphql-laravel/pull/772)
113
116
- Command to make a schema configuration [\#830 / matsn0w](https://github.com/rebing/graphql-laravel/pull/830)
@@ -127,6 +130,8 @@ CHANGELOG
127
130
- Don't silence broken schemas when normalizing them for generating routes [\#766 / mfn](https://github.com/rebing/graphql-laravel/pull/766)
128
131
- Lazy loading types has been enabled by default [\#758 / mfn](https://github.com/rebing/graphql-laravel/pull/758)
129
132
- Make it easier to extend select fields [\#799 / crissi](https://github.com/rebing/graphql-laravel/pull/799)
133
+
- The `$args` argument, of the `handle` method of the execution middlewares requires `array` as type [\#843 / sforward](https://github.com/rebing/graphql-laravel/pull/843)
134
+
130
135
131
136
### Removed
132
137
- The method `\Rebing\GraphQL\GraphQLServiceProvider::provides` was removed [\#769 / mfn](https://github.com/rebing/graphql-laravel/pull/769)\
message:"#^Anonymous function never returns null so it can be removed from the return typehint\\.$#"
215
215
count:2
@@ -1070,11 +1070,6 @@ parameters:
1070
1070
count:1
1071
1071
path:tests/Support/Objects/ExampleMiddleware.php
1072
1072
1073
-
-
1074
-
message:"#^Method Rebing\\\\GraphQL\\\\Tests\\\\Support\\\\Objects\\\\ExampleMiddleware\\:\\:handle\\(\\) has parameter \\$args with no typehint specified\\.$#"
1075
-
count:1
1076
-
path:tests/Support/Objects/ExampleMiddleware.php
1077
-
1078
1073
-
1079
1074
message:"#^Method Rebing\\\\GraphQL\\\\Tests\\\\Support\\\\Objects\\\\ExampleMiddleware\\:\\:handle\\(\\) has parameter \\$context with no typehint specified\\.$#"
0 commit comments