import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { printError } = GraphQL;
Prints a GraphQLError to a string, representing useful location information about the error's position in the source.
Parameters
error: GraphQLError