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

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

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 20 Dec 2017 08:07PM UTC
Jobs 1
Files 181
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
3001

push

travis-ci

leebyron
RFC: SDL - Separate multiple inherited interfaces with `&`

This replaces:

```graphql
type Foo implements Bar, Baz { field: Type }
```

With:

```graphql
type Foo implements Bar & Baz { field: Type }
```

With no changes to the common case of implementing a single interface.

This is more consistent with other trailing lists of values which either have an explicit separator (union members) or are prefixed with a sigil (directives). This avoids parse ambiguity in the case of an omitted field set, illustrated by #1166

This is a breaking change for existing uses of multiple inheritence. To allow for an adaptive migration, this adds a parse option to continue to support the existing experimental SDL: `parse(source, {allowLegacySDLImplementsInterfaces: true})`

4152 of 4667 branches covered (88.97%)

14 of 14 new or added lines in 3 files covered. (100.0%)

10368 of 10505 relevant lines covered (98.7%)

1535.12 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
8
100.0
src/language/parser.js
Jobs
ID Job ID Ran Files Coverage
1 3001.1 20 Dec 2017 08:07PM UTC 0
98.7
Travis Job 3001.1
Source Files on build 3001
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3001
  • f317a655 on github
  • Prev Build on sdl-implements-multiple-interfaces (#2989)
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