Question: Resolver Execution Order
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 10.8k
- Fork
- 1.3k
- Merge trung bình
- 2 ngày 36 phút
- Pull request đã merge (30 ngày)
- 26
Mô tả
Hey team, is there a way to execute the parent resolver in parallel with the children resolver?
### What happened?
**Resolver**
```
ParentA:
fields:
ChildA:
resolver: true
ChildB:
resolver: true
```
Currently the execution order is:
- ParentA
- ChildA
- ChildB
I would like the execution order to be:
- ParentA
- ChildA
- ChildB
Is this possible?
### What did you expect?
### Minimal graphql.schema and models to reproduce
### versions
- `go run github.com/99designs/gqlgen version`?
- `go version`?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.