github-pages-deploy-action/node_modules/graphql-config/lib/index.d.ts

9 lines
462 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
export { getGraphQLConfig, getGraphQLProjectConfig } from './getGraphQLConfig';
export { GRAPHQL_CONFIG_NAME, GRAPHQL_CONFIG_YAML_NAME, findGraphQLConfigFile } from './findGraphQLConfigFile';
export { writeSchema, validateConfig, getSchemaExtensions } from './utils';
export * from './errors';
export * from './extensions/';
export { GraphQLConfig } from './GraphQLConfig';
export { GraphQLProjectConfig } from './GraphQLProjectConfig';
export * from './types';