UNPKG

175 BTypeScriptView Raw
1import { ITypedef } from '@graphql-tools/utils';
2export declare function concatenateTypeDefs(typeDefinitionsAry: Array<ITypedef>, calledFunctionRefs?: Set<ITypedef>): string;