Skip to content

Commit 1023db7

Browse files
author
Jackson Kearl
committed
Mark options in getVariableValues(...) optional
1 parent 1ebc585 commit 1023db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/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)