We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ece8b commit d930749Copy full SHA for d930749
src/Execution/Values.php
@@ -88,7 +88,7 @@ public static function coerceVariableValues(Schema $schema, array $variableDefin
88
}catch (GraphQLError $error){
89
// add node to error when coercing input variable failed
90
throw new ValidationError(
91
- "Cannot coerce input value of type \"{$varType->getName()}\"." .
+ "Cannot coerce input value of type \"{$varType->getName()}\". " .
92
$error->getMessage(),
93
$varDefNode);
94
}
0 commit comments