Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools stitch introspectSchema.d.ts
Raw

priv/npm/node_modules/graphql-tools/stitch/introspectSchema.d.ts

import { ApolloLink } from 'apollo-link';
import { GraphQLSchema } from 'graphql';
import { Fetcher } from '../Interfaces';
export default function introspectSchema(linkOrFetcher: ApolloLink | Fetcher, linkContext?: {
[key: string]: any;
}): Promise<GraphQLSchema>;