Skip to main content
Latest
function coerceInputValue
import { coerceInputValue } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.d.ts";

Coerces a JavaScript value given a GraphQL Input Type.

Parameters

inputValue: any
optional
onError: OnErrorCB