問題タブ [express-graphql]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Apollo/graphql リクエストの傍受
アプリケーションで Apollo/Graphql を使用していますが、問題に直面しています。
アプリケーションはAngular 5で開発され、フロントエンドに応答するgraphqlサーバーを備えたバックエンドとしてNodeJSが開発されています。angularでHttpリクエストをインターセプトするために、「HttpInterceptor」を実装して、カスタマイズした方法でエラーを処理できるようにします。しかし、アポロのリクエストはこのインターセプターを通過しません。
エラーを正しく処理するために、「apollo-link-error」を使用しています。
しかし、HttpInterceptor と同様の方法で apollo リクエストをインターセプトできるかどうかを知りたいです。