• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

99designs / gqlgen / 15859735574 / 1
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 24 Jun 2025 07:31PM UTC
Files 155
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jun 2025 07:30PM UTC coverage: 73.211% (+0.1%) from 73.069%
15859735574.1

push

github

web-flow
Fix/explicit requires with mutli entity resolver (#3744)

This is a PR addressing this issue: #3742 

These changes ensure that `explicit_requires` is respected and used even when `@entityResolver(multi: true)`.  

Prior to this schema generation would fail if you required fields from an field of type [object]. Also the Populate functions for `explicit_requires` would not be respected when `@entityResolver(multi: true)`.

Example of failed generation schema:

```
type Product @key(fields: "id") @entityResolver(multi: true)  {
  id: ID!
  someField: [SomeItem!]
  price: Float! @requires(fields: "someField {key value}") @goField(forceResolver: true)
}

type SomeItem {
  key: String!
  value: String!
}
```

I have:
 - [x] 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))

8819 of 12046 relevant lines covered (73.21%)

740.15 hits per line

Source Files on job 15859735574.1
  • Tree
  • List 155
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15859735574
  • 74ff0f8d on github
  • Prev Job for on master (#15852818268.1)
  • Next Job for on master (#15914037944.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc