Skip to content

Commit

Permalink
Markoptions in getVariableValues(...) optional (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl authored and IvanGoncharov committed Aug 29, 2019
1 parent 6f341a3 commit 37cbb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tstypes/execution/values.d.ts
Expand Up @@ -31,7 +31,7 @@ export function getVariableValues(
schema: GraphQLSchema,
varDefNodes: VariableDefinitionNode[],
inputs: { [key: string]: any },
options: { maxErrors?: number },
options?: { maxErrors?: number },
): CoercedVariableValues;

/**
Expand Down

0 comments on commit 37cbb6a

Please sign in to comment.