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 81610bf commit 71464dcCopy full SHA for 71464dc
1 file changed
src/main/java/graphql/normalized/NormalizedInputValue.java
@@ -26,7 +26,7 @@ public String getType() {
26
/**
27
* Depending on the type it returns:
28
* Scala or Enum: the value of the Scalar.
29
- * InputObject: the value is a map of field-name => NormalizedInputValue
+ * InputObject: the value is a map of field-name to NormalizedInputValue
30
*
31
* @return
32
*/
0 commit comments