graphql-python / graphql-python/graphene-sqlalchemy
N + 1 round trip problem
Aberta
- Linguagem predominante
- Python
- Estrelas
- 985
- Forks
- 223
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Does this library handle nested models (joins) in a single query from the server to the DB?
For example
```
user {
id
posts {
id
}
}
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.