graphql-python / graphql-python/graphene-sqlalchemy
N + 1 round trip problem
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 985
- Forks
- 223
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Does this library handle nested models (joins) in a single query from the server to the DB?
For example
```
user {
id
posts {
id
}
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.