We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a82c35 commit 06ef5dbCopy full SHA for 06ef5db
src/utilities/astFromValue.js
@@ -24,7 +24,11 @@ import {
24
} from '../type/definition';
25
26
/**
27
- * Produces a GraphQL Value AST given a JavaScript value.
+ * Produces a GraphQL Value AST given a JavaScript object.
28
+ * Function will match JavaScript/JSON values to GraphQL AST schema format
29
+ * by using suggested GraphQLInputType. For example:
30
+ *
31
+ * astFromValue("value", GraphQLString)
32
*
33
* A GraphQL type must be provided, which will be used to interpret different
34
* JavaScript values.
0 commit comments