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

99designs / gqlgen / 28308439107
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: fed_batch
DEFAULT BRANCH: master
Ran 28 Jun 2026 02:11AM UTC
Jobs 1
Files 0
Run time 1min
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

28 Jun 2026 02:04AM UTC coverage: 0.0%. Remained the same
28308439107

Pull #4242

github

StevenACoffman
  feat(federation): per-entity @requires strategy via @entityResolver

  The @requires strategy (default / explicit / computed / full_representation)
  was selected by package option, so a whole subgraph had to use one. A
  subgraph with an object-typed @requires entity (which needs computed) and a
  scalar @requires entity (which wants full_representation) could not express
  both.

  Each entity can now choose its strategy with
  @entityResolver(requires: "..."), overriding the package default — mirroring
  how `multi` already resolves per entity. The four strategies are one
  mutually-exclusive axis, so the choice is unambiguous per entity.

  Backward compatible: with no `requires:` argument an entity falls back to the
  package default, so existing schemas regenerate byte-identical.

  - add RequiresStrategy + Is{Default,Explicit,Computed,FullRepresentation}
    methods (entity.go) and resolveRequiresStrategy (federation.go)
  - scope the computed schema mutation, full-representation input population, and
    explicit populator generation to the entities that select each strategy
  - switch the template guards from package options to per-entity methods
  - validate unknown strategies, full_representation-without-multi, and the
    computed prerequisites (Federation 2 + call_argument_directives_with_null)
    per entity
  - add testdata/mixedrequires (computed + full_representation in one package),
    TestMixedRequiresStrategies, and TestResolveRequiresStrategy
  - document per-entity selection and the strategy taxonomy in the recipe

Signed-off-by: Steve Coffman <steve@khanacademy.org>
Pull Request #4242: fed batch

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28308439107.1 28 Jun 2026 02:11AM UTC 0
0.0
GitHub Action Run
Source Files on build 28308439107
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4242
  • PR Base - master (#28207753682)
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