UNPKG

graphql-config

Version:

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

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