Initial Save
This commit is contained in:
6
node_modules/graphql-tools/dist/stitching/introspectSchema.d.ts
generated
vendored
Normal file
6
node_modules/graphql-tools/dist/stitching/introspectSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { GraphQLSchema } from 'graphql';
|
||||
import { ApolloLink } from 'apollo-link';
|
||||
import { Fetcher } from './makeRemoteExecutableSchema';
|
||||
export default function introspectSchema(fetcher: ApolloLink | Fetcher, linkContext?: {
|
||||
[key: string]: any;
|
||||
}): Promise<GraphQLSchema>;
|
||||
Reference in New Issue
Block a user