Skip to content

v7.1.0

Choose a tag to compare

@exogen exogen released this 04 Nov 22:41
· 51 commits to master since this release

Added

  • The Area type now has the missing type and typeID fields.
  • The exported start() function (for starting the standalone server) now accepts options, which it passes along to the middleware. This makes demoing third-party extension modules easier.

Changed

  • If an entity has a typeID field but it wasn't returned by the endpoint that generated the entity, fetch the entity from a lookup. In the future this should be done for all fields, as different endpoints return a mishmash of fields and GraphBrainz should be agnostic of this.
  • Schema docs are now generated using the new updateSchema feature of graphql-markdown.

Removed

  • Unused deep-diff dependency.