github graphql-nexus/nexus v0.18.0

latest releases: next, 1.4.0-next.13, 1.4.0-next.12...
3 years ago

Breaking Changes

Remove resolver shorthands

#592f609380

Resolver shorthand API is now removed. The following will now not typecheck:

t.string('foo', () => ... )

Instead use:

t.string('foo', { resolve: () => ... })

Runtime support is still intact but will result in a logged warning. Runtime support will be removed in the next Nexus release.


Remove dynamic output builtins

9f01342#590

ext is no longer exported. The relayConnectionField and collectionField dynamic output methods have been removed. In their place try the connection plugin.



All Changes

Features

  • b19e83e Allow specifying a node module for type imports (#604)

Fixes

Improvements

  • f609380 (breaking) remove resolver shorthands (#592)
  • 9f01342 (breaking) remove dynamic output builtins (#590)

Docs

Chores

Don't miss a new nexus release

NewReleases is sending notifications on new releases.