Skip to content

Commit 37cbb6a

Browse files
Jackson KearlIvanGoncharov
Jackson Kearl
authored andcommitted
Markoptions in getVariableValues(...) optional (#2142)
1 parent 6f341a3 commit 37cbb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tstypes/execution/values.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function getVariableValues(
3131
schema: GraphQLSchema,
3232
varDefNodes: VariableDefinitionNode[],
3333
inputs: { [key: string]: any },
34-
options: { maxErrors?: number },
34+
options?: { maxErrors?: number },
3535
): CoercedVariableValues;
3636

3737
/**

0 commit comments

Comments
 (0)