This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/graphql-config/index.d.ts

7 lines
449 B
TypeScript

export { GraphQLConfig, loadConfig, loadConfigSync } from './config';
export { GraphQLProjectConfig } from './project-config';
export { GraphQLExtensionDeclaration } from './extension';
export { Source, SchemaLoader, DocumentLoader, UniversalLoader, SchemaPointerSingle, SchemaPointer, DocumentPointerSingle, DocumentPointer, } from '@graphql-tools/utils';
export * from './types';
export * from './errors';
//# sourceMappingURL=index.d.ts.map