@@ -1,4 +1,5 @@
|
||||
import { ServerError, ServerParseError } from "apollo-link-http-common";
|
||||
import { ServerParseError } from "@apollo/client/link/http";
|
||||
import { ServerError } from "@apollo/client/link/utils";
|
||||
|
||||
function isServerError(
|
||||
err: Error | ServerError | ServerParseError | undefined
|
||||
|
||||
Reference in New Issue
Block a user