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
- The package now only exports ESM https://github.com/graphql/graphql-js/pull/3552
4
+
-`GraphQLError` can now only be constructed with a message and options rather than also with positional arguments https://github.com/graphql/graphql-js/pull/3577
5
+
-`createSourceEventStream` can now only be used with with an object-argument rather than alsow with positional arguments https://github.com/graphql/graphql-js/pull/3635
6
+
- Allow `subscribe` to return a value rather than only a Promise, this makes the returned type in line with `execute`https://github.com/graphql/graphql-js/pull/3620
7
+
-`execute` throws an error when it sees a `@defer` or `@stream` directive, use `experimentalExecuteIncrementally` instead https://github.com/graphql/graphql-js/pull/3722
8
+
- Remove support for defer/stream from subscriptions, in case you have fragments that you use with `defer/stream` that end up in a subscription, use the `if` argument of the directive to disable it in your subscriptin operations https://github.com/graphql/graphql-js/pull/3742
- Remove `getOperationType` function https://github.com/graphql/graphql-js/pull/3571
14
+
- Remove `getVisitFn` function https://github.com/graphql/graphql-js/pull/3580
15
+
- Remove `printError` and `formatError` utils https://github.com/graphql/graphql-js/pull/3582
16
+
- Remove `assertValidName` and `isValidNameError` utils https://github.com/graphql/graphql-js/pull/3572
17
+
- Remove `assertValidExecutionArguments` function https://github.com/graphql/graphql-js/pull/3643
18
+
- Remove `TokenKindEnum`, `KindEnum` and `DirectiveLocationEnum` types, use `Kind`, `TokenKind` and `DirectiveLocation` instead. https://github.com/graphql/graphql-js/pull/3579
0 commit comments