import { printError } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Prints a GraphQLError to a string, representing useful location information about the error's position in the source.
Parameters
error: GraphQLError
import { printError } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Prints a GraphQLError to a string, representing useful location information about the error's position in the source.