Skip to content

Commit

Permalink
Remove deprecated getOperationRootType (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored May 11, 2022
1 parent ce09b5b commit 0c315b6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 219 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ export {
getIntrospectionQuery,
// Gets the target Operation from a Document.
getOperationAST,
// Gets the Type for the target Operation AST.
getOperationRootType,
// Convert a GraphQLSchema to an IntrospectionQuery.
introspectionFromSchema,
// Build a GraphQLSchema from an introspection result.
Expand Down
159 changes: 0 additions & 159 deletions src/utilities/__tests__/getOperationRootType-test.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/utilities/getOperationRootType.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/utilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export type {
// Gets the target Operation from a Document.
export { getOperationAST } from './getOperationAST';

// Gets the Type for the target Operation AST.
export { getOperationRootType } from './getOperationRootType';

// Convert a GraphQLSchema to an IntrospectionQuery.
export { introspectionFromSchema } from './introspectionFromSchema';

Expand Down

0 comments on commit 0c315b6

Please sign in to comment.