diff --git a/src/type/definition.d.ts b/src/type/definition.d.ts index 530a01a7e7..014d8ed9e5 100644 --- a/src/type/definition.d.ts +++ b/src/type/definition.d.ts @@ -431,7 +431,7 @@ export type GraphQLIsTypeOfFn = ( export type GraphQLFieldResolver< TSource, TContext, - TArgs = { [argName: string]: any } + TArgs = { [argName: string]: any } | any > = ( source: TSource, args: TArgs,