問題タブ [absinthe]

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 に答える
1019 参照

ecto - 基になる Ecto フィールド名とは異なるフィールド名を使用して Absinthe スキーマを設定するにはどうすればよいですか?

たとえば、次の Absinthe スキーマのフロント エンドでinserted_onタイムスタンプを呼び出したいと思います。created_at

しかし、Ecto <-> Absinthe マッピングの設定方法がわかりません。Ecto スキーマに仮想フィールドを追加するだけでよいですか?