DefinitelyTyped/types/graphql-query-complexity/index.d.ts
2019-02-12 14:36:28 -08:00

8 lines
376 B
TypeScript

// Type definitions for graphql-query-complexity 0.1
// Project: https://github.com/slicknode/graphql-query-complexity
// Definitions by: Abhik Mitra <https://github.com/abhikmitra>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
import createQueryComplexityValidator from "./dist";
export default createQueryComplexityValidator;