UNPKG

167 BTypeScriptView Raw
1import { IntrospectionQuery } from 'graphql-codegen-core';
2export declare const introspectionFromUrl: (url: string, headers: string[]) => Promise<IntrospectionQuery>;