graphql-python / graphql-python/graphene-sqlalchemy
N + 1 round trip problem
オープン
- 主要言語
- Python
- スター
- 985
- フォーク
- 223
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Does this library handle nested models (joins) in a single query from the server to the DB?
For example
```
user {
id
posts {
id
}
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。