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

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

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 06 Apr 2018 02:24AM 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
3337

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.

3667 of 4063 branches covered (90.25%)

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

10698 of 10838 relevant lines covered (98.71%)

1085.58 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/utilities/__tests__/buildClientSchema-test.js
1
100.0
src/subscription/__tests__/subscribe-test.js
1
100.0
src/graphql.js
1
100.0
src/type/__tests__/schema-test.js
4
100.0
src/validation/__tests__/harness.js
12
100.0
src/type/validate.js
Jobs
ID Job ID Ran Files Coverage
1 3337.1 06 Apr 2018 02:24AM UTC 0
98.71
Travis Job 3337.1
Source Files on build 3337
  • Tree
  • List 0
  • Changed 96
  • Source Changed 45
  • Coverage Changed 94
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #3337
  • 246b998b on github
  • Prev Build on null-variables (#3325)
  • Next Build on null-variables (#3339)
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