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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
-**BREAKING:** Removal of `VariablesDefaultValueAllowed` validation rule. All variables may now specify a default value.
7
7
-**BREAKING:** renamed `ProvidedNonNullArguments` to `ProvidedRequiredArguments` (no longer require values to be provided to non-null arguments which provide a default value).
8
8
-**BREAKING:**`GraphQL\Deferred` now extends `GraphQL\Executor\Promise\Adapter\SyncPromise`
9
+
-**BREAKING:** renamed following types of dangerous/breaking changes (returned by `BreakingChangesFinder`):
10
+
-`NON_NULL_ARG_ADDED` to `REQUIRED_ARG_ADDED`
11
+
-`NON_NULL_INPUT_FIELD_ADDED` to `REQUIRED_INPUT_FIELD_ADDED`
12
+
-`NON_NULL_DIRECTIVE_ARG_ADDED` to `REQUIRED_DIRECTIVE_ARG_ADDED`
13
+
-`NULLABLE_INPUT_FIELD_ADDED` to `OPTIONAL_INPUT_FIELD_ADDED`
14
+
-`NULLABLE_ARG_ADDED` to `OPTIONAL_ARG_ADDED`
9
15
- Add schema validation: Input Objects must not contain non-nullable circular references (#492)
10
16
- Added retrieving query complexity once query has been completed (#316)
11
17
- Allow input types to be passed in from variables using \stdClass instead of associative arrays (#535)
0 commit comments