UNPKG

150 BTypeScriptView Raw
1import { IntrospectionQuery } from 'graphql-codegen-core';
2export declare const introspectionFromFile: (file: string) => Promise<IntrospectionQuery>;