問題タブ [graphql-tools]
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.
graphql-js - Problem when upgrading graphql-js from 14.1.1 to 14.3.0
i'm just upgrade graphql-js
from version 14.1.1
to 14.3.0
and then my whole test fail
after checking my code i found that problem is at resolver on interface type that i expect third parameter was context as code below
__resolveType(obj, args, context, info) {...}
but on graphql-js
version 14.3.0
i found that context is change to second position
i tried to find which commit is reference to this problem but found nothing can someone explain me how this problem happend or post a commit or changelog detail thanks
graphql - `Cannot use e "__Schema" from another module or realm.` および `Duplicate "graphql" modules` ApolloClient を使用
Apollo-Link-Schema を使用した ApolloClient を使用した React アプリケーションがあります。アプリケーションはローカルでは正常に動作しますが、ステージング環境 (GOCD を使用) では次のエラーが発生します。
依存関係は糸でインストールされresolutions
ます。フィールドをpackage.jsonに追加しました。
yarn.lock を確認したところ、graphql パッケージの参照が 1 つしか見つかりませんでした。
npm ls graphql
重複は表示されません。
おそらくwebpackのビルドの問題だと思いました-ステージング用に別のビルドスクリプトを持っていますが、それをローカルで実行しても、反応アプリケーションをそのバンドルで実行できます。
これを修正するのに役立つ何か他のことを提案できますか?