UNPKG

438 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2export declare function normalizeTypeDefs(typeDefs: DocumentNode): DocumentNode;
3export declare function defaultRootOperationTypes(typeDefs: DocumentNode): DocumentNode;
4export declare function replaceExtendedDefinitionsWithExtensions(typeDefs: DocumentNode): DocumentNode;
5export declare function stripCommonPrimitives(document: DocumentNode): DocumentNode;
6//# sourceMappingURL=normalize.d.ts.map
\No newline at end of file