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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/mattn/go-colorable-0.1.15
DEFAULT BRANCH: master
Ran 10 Jun 2026 01:48AM 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

10 Jun 2026 01:41AM UTC coverage: 0.0%. Remained the same
27247544741

Pull #4138

github

lbarthon
docs: document runtime non-null fields and add trade-off warnings

Following review feedback on the MarkNonNull feature, add guardrails so the
runtime null-propagation behavior is adopted transparently rather than as
hidden server logic.

- Expand the MarkNonNull godoc with an explicit trade-off warning: altering
  null-propagation at runtime makes the response shape depend on server logic,
  is not introspectable, and breaks static client tooling. Recommend driving
  it from a client-supplied executable directive and using it only when you
  control both client and server.

- Add a recipe (docs/content/recipes/dynamic-required-fields.md) showing the
  recommended pattern: declaring and registering an executable
  @priority(value: REQUIRED) directive, implementing a handler that calls
  MarkNonNull from the directive argument, before/after example queries and
  responses, when not to use it, how it works under the hood, the AroundFields
  alternative, and a note on introspection as future work.
Pull Request #4138: graphql: add runtime non-null field support via MarkNonNull

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27247544741.1 10 Jun 2026 01:48AM UTC 0
0.0
GitHub Action Run
Source Files on build 27247544741
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4138
  • PR Base - master (#26986124239)
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