Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GraphQLScalarLiteralParser

type GraphQLScalarLiteralParser<TInternal> = (valueNode: ValueNode, variables?: Maybe<ObjMap<unknown>>) => TInternal;

§Type Parameters

§
TInternal
[src]

§Type

§
(valueNode: ValueNode, variables?: Maybe<ObjMap<unknown>>) => TInternal
[src]