import { formatError } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/error/index.js";
Given a GraphQLError, format it according to the rules described by the Response Format, Errors section of the GraphQL Specification.
import { formatError } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/error/index.js";
Given a GraphQLError, format it according to the rules described by the Response Format, Errors section of the GraphQL Specification.