UNPKG

224 BTypeScriptView Raw
1/// <reference types="@types/graphql" />
2import { IntrospectionQuery } from 'graphql/utilities/introspectionQuery';
3export declare const introspectionFromUrl: (url: string, headers: string[]) => Promise<IntrospectionQuery>;