UNPKG

graphql-config

Version:

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

6 lines (5 loc) 238 B
export { GraphQLConfig, loadConfig, loadConfigSync } from './config.js'; export { GraphQLProjectConfig } from './project-config.js'; export * from './types.js'; export * from './errors.js'; export { LoadersRegistry } from './loaders.js';