Thanks to visit codestin.com Credit goes to github.com
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.
mixed
1 parent b4271c1 commit 4b1f920Copy full SHA for 4b1f920
src/utilities/valueFromAST.js
@@ -38,7 +38,7 @@ export function valueFromAST(
38
valueNode: ?ValueNode,
39
type: GraphQLInputType,
40
variables?: ?ObjMap<mixed>,
41
-): mixed | void {
+): mixed {
42
if (!valueNode) {
43
// When there is no node, then there is also no value.
44
// Importantly, this is different from returning the value null.
0 commit comments