Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dherault dherault released this 15 Dec 10:44
· 27 commits to master since this release

Breaking changes:

  • resolvers.resolveSourceTypes must now be sync.
  • Interface type resolving was rolled back on InterfaceTypes (instead of ObjectTypes). Better support, although still incomplete. External ObjectTypes must not provide an isTypeOf method anymore, instead external InterfaceTypes must provide a resolveType method.

Bug fixes:

  • Fragile type resolution on interfaces. Will require further work.

Miscellaneous:

  • Promisify using Promise.resolve instead of home-made function. It's slower but safer.