import { onError } from "@apollo/client/link/error"; function isThrottledError(error) { return error.extensions.code === "THROTTLED"; } ...
確定! 回上一頁