formatError CallableformatError(error: GraphQLError): GraphQLFormattedErrorGiven a GraphQLError, format it according to the rules described by the Response Format, Errors section of the GraphQL Specification.@deprecatedPlease use error.toString instead. Will be removed in v17Parameterserror: GraphQLErrorReturns GraphQLFormattedError
Given a GraphQLError, format it according to the rules described by the Response Format, Errors section of the GraphQL Specification.
Please use
error.toString
instead. Will be removed in v17