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

graphql / graphql-js / 3325
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 03 Apr 2018 03:07AM UTC
Jobs 1
Files 189
Run time 9s
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

pending completion
3325

push

travis-ci

leebyron
Updated to most recent version of spec proposal.

This is now *a breaking change*. The default validation rules are stricter, however with a configuration flag the previous lax behavior can be used which will ensure an existing service can support all existing incoming operations.

For example to continue to support existing queries after updating to the new version, replace:

```js
graphql({ schema, source })
```

With:

```js
graphql({ schema, source, options: {
  allowNullableVariablesInNonNullPositions: true
}})
```

Another more minor breaking change is that the final `typeInfo` argument to `validate` has moved positions. However very few should be reliant on this experimental arg.

3668 of 4063 branches covered (90.28%)

31 of 31 new or added lines in 7 files covered. (100.0%)

10704 of 10845 relevant lines covered (98.7%)

1076.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3325.1 03 Apr 2018 03:07AM UTC 0
98.7
Travis Job 3325.1
Source Files on build 3325
  • Tree
  • List 0
  • Changed 24
  • Source Changed 9
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #3325
  • f987479e on github
  • Prev Build on null-variables (#3315)
  • Next Build on null-variables (#3337)
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

© 2025 Coveralls, Inc