Skip to content

Commit

Permalink
Mark options in getVariableValues(...) optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Aug 28, 2019
1 parent 1ebc585 commit 1023db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 1023db7

Please sign in to comment.