import { type GraphQLScalarTypeConfig } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/index.d.ts";
Properties
serialize: GraphQLScalarSerializer<TExternal>
optional
parseValue: GraphQLScalarValueParser<TInternal>optional
parseLiteral: GraphQLScalarLiteralParser<TInternal>