printError CallableprintError(error: GraphQLError): stringPrints a GraphQLError to a string, representing useful location information about the errorโs position in the source.@deprecatedPlease use error.toString instead. Will be removed in v17Parameterserror: GraphQLErrorReturns string
Prints a GraphQLError to a string, representing useful location information about the errorโs position in the source.
Please use
error.toString
instead. Will be removed in v17