v0.4.0
Pre-release
Pre-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 aresolveType
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.