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 a500eca commit d7173d1Copy full SHA for d7173d1
spec/Section 3 -- Type System.md
@@ -1807,8 +1807,8 @@ _request error_ must be raised.
1807
- The resulting coerced map must contain exactly one entry and the value for
1808
that entry must not be {null}, otherwise an _execution error_ must be raised.
1809
1810
-Following are additional examples of input coercion for a OneOf Input Object type
1811
-with a `String` member field `a` and an `Int` member field `b`:
+Following are additional examples of input coercion for a OneOf Input Object
+type with a `String` member field `a` and an `Int` member field `b`:
1812
1813
```graphql example
1814
input ExampleOneOfInputObject @oneOf {
0 commit comments