UNPKG

@types/graphql

Version:

TypeScript definitions for graphql

8 lines (6 loc) 237 B
import { GraphQLError } from "./GraphQLError"; /** * Prints a GraphQLError to a string, representing useful location information * about the error's position in the source. */ export function printError(error: GraphQLError): string;