99designs / 99designs/gqlgen

Question: Resolver Execution Order

Đang mở
#2,737 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.