Files
DefinitelyTyped/types/graphql-query-complexity/index.d.ts
Abhik Mitra 0b4bd9a02c Fixed test
2018-09-05 23:12:02 +05:30

8 lines
372 B
TypeScript

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