Produces a GraphQL Value AST given a JavaScript object.
Function will match JavaScript/JSON values to GraphQL AST schema format
by using suggested GraphQLInputType. For example:
astFromValue("value", GraphQLString)
A GraphQL type must be provided, which will be used to interpret different
JavaScript values.
Produces a GraphQL Value AST given a JavaScript object. Function will match JavaScript/JSON values to GraphQL AST schema format by using suggested GraphQLInputType. For example:
A GraphQL type must be provided, which will be used to interpret different JavaScript values.