import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/astFromValue.js";
Functions
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: |