File tree Expand file tree Collapse file tree 4 files changed +0
-219
lines changed Expand file tree Collapse file tree 4 files changed +0
-219
lines changed Original file line number Diff line number Diff line change @@ -402,8 +402,6 @@ export {
402
402
getIntrospectionQuery ,
403
403
// Gets the target Operation from a Document.
404
404
getOperationAST ,
405
- // Gets the Type for the target Operation AST.
406
- getOperationRootType ,
407
405
// Convert a GraphQLSchema to an IntrospectionQuery.
408
406
introspectionFromSchema ,
409
407
// Build a GraphQLSchema from an introspection result.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ export type {
29
29
// Gets the target Operation from a Document.
30
30
export { getOperationAST } from './getOperationAST' ;
31
31
32
- // Gets the Type for the target Operation AST.
33
- export { getOperationRootType } from './getOperationRootType' ;
34
-
35
32
// Convert a GraphQLSchema to an IntrospectionQuery.
36
33
export { introspectionFromSchema } from './introspectionFromSchema' ;
37
34
You can’t perform that action at this time.
0 commit comments