SLAVA
SLAVA
How can I get log level from zap logger? For logrus, this problem is solved in the following way: https://pkg.go.dev/github.com/sirupsen/logrus#Logger.GetLevel https://pkg.go.dev/github.com/sirupsen/logrus#Entry I need a similar feature from zap logger.
### What happened? For every element of list on marshaling graphql object we get one goroutine. It's bad for performance on load tests. We should use goroutine for network call...
Fixed bugs for https://github.com/99designs/gqlgen/pull/3211 @StevenACoffman @rmennes FYI I have: - [ ] Added tests covering the bug / feature (see [testing](https://github.com/99designs/gqlgen/blob/master/TESTING.md)) - [ ] Updated any relevant documentation (see [docs](https://github.com/99designs/gqlgen/tree/master/docs/content))
Describe your PR and link to any relevant issues. I have: - [ ] Added tests covering the bug / feature (see [testing](https://github.com/99designs/gqlgen/blob/master/TESTING.md)) - [ ] Updated any relevant documentation...