Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

printError

deprecated

Prints a GraphQLError to a string, representing useful location information about the error's position in the source.

@deprecated

Please use error.toString instead. Will be removed in v17

function printError(error: GraphQLError): string;
§
printError(error: GraphQLError): string
[src]

§Parameters

§Return Type

§
string
[src]