We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c164d3 commit 066db13Copy full SHA for 066db13
src/execution/execute.ts
@@ -246,6 +246,7 @@ function buildResponse(
246
* Essential assertions before executing to provide developer feedback for
247
* improper use of the GraphQL library.
248
*
249
+ * @deprecated will be removed in v17 in favor of assertValidSchema() and TS checks
250
* @internal
251
*/
252
export function assertValidExecutionArguments(
0 commit comments