🏠FunctionsformatErrorformatError 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.toJSON 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.toJSON
instead. Will be removed in v17