Azure / Azure/data-api-builder

Store graphQL query field names in Entity object to avoid duplicate determination

オープン
#753 コメント 1 件 リアクション 0 件 担当者 1 名 @severussundar が担当を希望しています GitHub で見る
refactor
主要言語
C#
スター
1.5k
フォーク
370
平均マージ
3日 22時間
マージ済み PR(30日)
9

説明

DAB startup validates that no two entities define GraphQL.Singular/GraphQL.Plural with overlapping values. e.g. GraphQL Query Fields (`entity_by_pk` and `entities`) are not duplicated.

A separate startup step, GraphQL schema generation, reevaluates the query field names.

The above two operations perform redundant operations. DAB should remember the query field names the first time they are resolved and re-use those values in any subsequent validations/startup operations to avoid re-calculation.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。