Skip to content

Commit 0c315b6

Browse files
Remove deprecated getOperationRootType (#3571)
1 parent ce09b5b commit 0c315b6

File tree

4 files changed

+0
-219
lines changed

4 files changed

+0
-219
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ export {
402402
getIntrospectionQuery,
403403
// Gets the target Operation from a Document.
404404
getOperationAST,
405-
// Gets the Type for the target Operation AST.
406-
getOperationRootType,
407405
// Convert a GraphQLSchema to an IntrospectionQuery.
408406
introspectionFromSchema,
409407
// Build a GraphQLSchema from an introspection result.

src/utilities/__tests__/getOperationRootType-test.ts

Lines changed: 0 additions & 159 deletions
This file was deleted.

src/utilities/getOperationRootType.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/utilities/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export type {
2929
// Gets the target Operation from a Document.
3030
export { getOperationAST } from './getOperationAST';
3131

32-
// Gets the Type for the target Operation AST.
33-
export { getOperationRootType } from './getOperationRootType';
34-
3532
// Convert a GraphQLSchema to an IntrospectionQuery.
3633
export { introspectionFromSchema } from './introspectionFromSchema';
3734

0 commit comments

Comments
 (0)