mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix missing imports
Closes https://github.com/DefinitelyTyped/DefinitelyTyped/issues/12621 This will also need to get merged into `master`.
This commit is contained in:
Vendored
+2
-1
@@ -2194,7 +2194,7 @@ declare module "graphql/utilities/astFromValue" {
|
||||
}
|
||||
|
||||
declare module "graphql/utilities/buildASTSchema" {
|
||||
import { Document } from 'graphql/language/ast';
|
||||
import { Document, Location } from 'graphql/language/ast';
|
||||
import { Source } from 'graphql/language/source';
|
||||
import { GraphQLSchema } from 'graphql/type/schema';
|
||||
|
||||
@@ -2263,6 +2263,7 @@ declare module "graphql/utilities/concatAST" {
|
||||
}
|
||||
|
||||
declare module "graphql/utilities/extendSchema" {
|
||||
import { Document } from 'graphql/language/ast';
|
||||
import { GraphQLSchema } from 'graphql/type/schema';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user