graphql-python / graphql-python/graphene-sqlalchemy
N + 1 round trip problem
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 985
- Fork
- 223
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Does this library handle nested models (joins) in a single query from the server to the DB?
For example
```
user {
id
posts {
id
}
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.