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

vektah / gqlparser / 845 / 1
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2025 01:01AM UTC
Files 56
Run time 1s
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

30 Oct 2025 01:00AM UTC coverage: 87.484% (-0.03%) from 87.509%
845.1

push

circleci

web-flow
fix(validator): allow nullable variables for nonnull args with default (#396)

The validation was failing for arguments that are defined as required, but have
a default value, preventing a non-required argument to override their value,
while it should work as expected.

Given the tests are imported from JS, I'm not sure how to add a new one there.
Here's an example schema and query to reproduce this:
```
type Query {
  user(username: String! = "foo"): User
}

type User {
  username: String!
}
```

```
query Foo($username: String) {
  user(username: $username) {
    username
  }
}
```

4704 of 5377 relevant lines covered (87.48%)

1.02 hits per line

Source Files on job 845.1
  • Tree
  • List 56
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 845
  • CircleCI Build #
  • 5b412693 on github
  • Prev Job for on master (#844.1)
  • Next Job for on master (#847.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