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

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

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 05 Dec 2017 07:06PM UTC
Jobs 1
Files 172
Run time 33s
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
2716

push

travis-ci

leebyron
RFC: Synchronous execution

**This is a breaking change. Existing uses of execute() outside of async functions which assume a promise response will need to wrap in Promise.resolve()**

This allows `execute()` to return synchronously if all fields it encounters have synchronous resolvers. Notable this is the case for client-side introspection, querying from a cache, and other useful cases.

Note that the top level `graphql()` function remains a Promise to minimize the breaking change, and that `validate()` has always been synchronous.

3891 of 4383 branches covered (88.77%)

29 of 29 new or added lines in 2 files covered. (100.0%)

9399 of 9510 relevant lines covered (98.83%)

1298.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2716.1 05 Dec 2017 07:06PM UTC 0
98.83
Travis Job 2716.1
Source Files on build 2716
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2716
  • 393cb97c on github
  • Next Build on sync-execute (#2718)
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