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.
options
1 parent 6f341a3 commit 37cbb6aCopy full SHA for 37cbb6a
tstypes/execution/values.d.ts
@@ -31,7 +31,7 @@ export function getVariableValues(
31
schema: GraphQLSchema,
32
varDefNodes: VariableDefinitionNode[],
33
inputs: { [key: string]: any },
34
- options: { maxErrors?: number },
+ options?: { maxErrors?: number },
35
): CoercedVariableValues;
36
37
/**
0 commit comments