Skip to content

Commit

Permalink
add deprecated note to assertValidExecutionArguments
Browse files Browse the repository at this point in the history
to notify theoretical users via deep import of imminent removal
  • Loading branch information
yaacovCR committed Jan 30, 2025
1 parent 0c164d3 commit 066db13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 066db13

Please sign in to comment.