UNPKG

graphql-query-complexity

Version:

Validation rule for GraphQL query complexity analysis

9 lines (8 loc) 314 B
/** * Created by Ivo Meißner on 28.07.17. */ export * from './estimators/index.js'; export * from './QueryComplexity.js'; import { createComplexityRule as createComplexityRuleFn } from './createComplexityRule.js'; export const createComplexityRule = createComplexityRuleFn; export default createComplexityRule;