UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

3 lines (2 loc) 124 B
import { type ComplexityEstimator } from "graphql-query-complexity"; export type Complexity = ComplexityEstimator | number;