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

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

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 20 Dec 2017 01:32AM UTC
Jobs 1
Files 181
Run time 16s
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
2986

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, {legacySDL: true})`

4152 of 4667 branches covered (88.97%)

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

10369 of 10506 relevant lines covered (98.7%)

1534.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2986.1 20 Dec 2017 01:32AM UTC 0
98.7
Travis Job 2986.1
Source Files on build 2986
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2986
  • 40418539 on github
  • Next 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