We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb6383 commit 85700edCopy full SHA for 85700ed
1 file changed
website/pages/upgrade-guides/v16-v17.mdx
@@ -79,8 +79,8 @@ behavior will be exposed as `default: { literal: <literal> }`.
79
The `GraphQLError` constructor now only accepts a message and options object as arguments. Previously, it also accepted positional arguments.
80
81
```diff
82
-- new GraphQLError('message', 'source', 'positions', 'path', 'originalError', 'extensions');
83
-+ new GraphQLError('message', { source, positions, path, originalError, extensions });
+- new GraphQLError('message', nodes, source, positions, path, originalError, extensions);
++ new GraphQLError('message', { nodes, source, positions, path, originalError, extensions });
84
```
85
86
## `createSourceEventStream` arguments
0 commit comments