From 066db13344a79db2bc8128c7dec734bf60f4faf4 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Thu, 30 Jan 2025 15:45:26 +0200 Subject: [PATCH] add deprecated note to assertValidExecutionArguments to notify theoretical users via deep import of imminent removal --- src/execution/execute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/execution/execute.ts b/src/execution/execute.ts index 55c22ea9de..a965ae324f 100644 --- a/src/execution/execute.ts +++ b/src/execution/execute.ts @@ -246,6 +246,7 @@ function buildResponse( * Essential assertions before executing to provide developer feedback for * improper use of the GraphQL library. * + * @deprecated will be removed in v17 in favor of assertValidSchema() and TS checks * @internal */ export function assertValidExecutionArguments(