UNPKG

319 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { SharedLink } from './SharedLink';
3export declare function getCachedTypeDefs(schemaPath: string, disableCache?: boolean): string;
4export declare function getCachedRemoteSchema(endpoint: string, typeDefs: string, link: SharedLink, disableCache?: boolean): GraphQLSchema;