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

graphql / graphql-js / 2724
98%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2017 11:56PM UTC
Jobs 1
Files 172
Run time 7s
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
2724

push

travis-ci

web-flow
RFC: Synchronous execution (#1115)

* 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.

* Include graphqlSync top level function

* Include tests for graphqlSync

3894 of 4387 branches covered (88.76%)

9424 of 9534 relevant lines covered (98.85%)

1296.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2724.1 05 Dec 2017 11:56PM UTC 0
98.85
Travis Job 2724.1
Source Files on build 2724
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2724
  • f6a2de27 on github
  • Prev Build on master (#2703)
  • Next Build on master (#2727)
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