問題タブ [graphql-sequelize]

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.

0 投票する
1 に答える
1242 参照

sequelize.js - graphql-sequelize で「IS A」関係を解決する

graphqlsequelizeおよびを使用していますが、 「IS A」関係graphql-sequelizeを解決するのに問題があります。

私の続編モデルは次のとおりです。

そして、これは私のgraphqlスキーマです:

スキーマ ( and )resolverのフィールドでメソッドを呼び出すと問題なく動作しますが、関連付けプロパティがないため、リゾルバーを呼び出してユーザーを返す方法が問題です。userspatientspatientType

ありがとう。