diff --git a/tstypes/execution/values.d.ts b/tstypes/execution/values.d.ts index 5af3e040db..8b6c45b1e7 100644 --- a/tstypes/execution/values.d.ts +++ b/tstypes/execution/values.d.ts @@ -31,7 +31,7 @@ export function getVariableValues( schema: GraphQLSchema, varDefNodes: VariableDefinitionNode[], inputs: { [key: string]: any }, - options: { maxErrors?: number }, + options?: { maxErrors?: number }, ): CoercedVariableValues; /**