Skip to content

Commit 066db13

Browse files
committed
add deprecated note to assertValidExecutionArguments
to notify theoretical users via deep import of imminent removal
1 parent 0c164d3 commit 066db13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution/execute.ts

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ function buildResponse(
246246
* Essential assertions before executing to provide developer feedback for
247247
* improper use of the GraphQL library.
248248
*
249+
* @deprecated will be removed in v17 in favor of assertValidSchema() and TS checks
249250
* @internal
250251
*/
251252
export function assertValidExecutionArguments(

0 commit comments

Comments
 (0)