Bruno Benvenuti
Results
1
comments of
Bruno Benvenuti
Looking at GraphQL specs, the variable values are checked during Execution phase, specifically while trying to coerce the variable values (http://spec.graphql.org/June2018/#sec-Coercing-Variable-Values). The so-called "Validation" works only on the document part,...