UNPKG

graphql-config

Version:

The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)

7 lines 333 B
export { GraphQLConfig, loadConfig, loadConfigSync } from './config'; export { GraphQLProjectConfig } from './project-config'; export { GraphQLExtensionDeclaration } from './extension'; export { Source, Loader } from '@graphql-tools/utils'; export * from './types'; export * from './errors'; //# sourceMappingURL=index.d.ts.map