Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions src/execution/ResolveInfo.ts

This file was deleted.

99 changes: 0 additions & 99 deletions src/execution/__tests__/ResolveInfo-test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ function executeField(
}

/**
* @deprecated will be removed in v17, use ResolveInfo class instead
* @internal
*/
export function buildResolveInfo(
Expand Down
2 changes: 0 additions & 2 deletions src/execution/subscribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
// eslint-disable-next-line import/no-deprecated
assertValidExecutionArguments,
buildExecutionContext,
// eslint-disable-next-line import/no-deprecated
buildResolveInfo,
execute,
getFieldDef,
Expand Down Expand Up @@ -229,7 +228,6 @@ async function executeSubscription(
}

const path = addPath(undefined, responseName, rootType.name);
// eslint-disable-next-line import/no-deprecated
const info = buildResolveInfo(
exeContext,
fieldDef,
Expand Down
Loading