We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a68a1 commit 763e0b9Copy full SHA for 763e0b9
src/QueryComplexity.ts
@@ -30,12 +30,6 @@ import {
30
GraphQLError
31
} from 'graphql';
32
33
-declare module 'graphql/type/definition' {
34
- export interface GraphQLField<TSource, TContext, TArgs = { [argName: string]: any }> {
35
- complexity?: Complexity;
36
- }
37
-}
38
-
39
export type ComplexityEstimatorArgs = {
40
type: GraphQLCompositeType,
41
field: GraphQLField<any, any>,
0 commit comments