You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.