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.
1 parent 2838c4f commit 9b7bfd5Copy full SHA for 9b7bfd5
spec/Section 6 -- Execution.md
@@ -614,6 +614,10 @@ Note: Variable values are not coerced because they are expected to be coerced
614
before executing the operation in {CoerceVariableValues()}, and valid queries
615
must only allow usage of variables of appropriate types.
616
617
+Note: As an optimization you might choose to coerce each {defaultValue} at
618
+schema build time and cache the results, then refer to this cache within
619
+{CoerceArgumentValues()} calls.
620
+
621
622
### Value Resolution
623
0 commit comments