HomeServicesOfAmerica / moleculer-graphql

[Archived] GraphQL Schema stitching over a microservice network for co-located type definitions.
GNU General Public License v3.0
48 stars 17 forks source link

feat(hotreloading): reload remote schema updates #8

Closed brad-decker closed 4 years ago

brad-decker commented 6 years ago

Breaking Changes:

  1. the broker arg has been moved to be the first and only required argument.
  2. Settings argument has been move to the second position and remains an object.
  3. expectedTypes setting has been renamed "expectedServices"
  4. Probably more. WIll update as i remember them.

This completely refactors the Gateway and how it was handling discovery of services. The new way is much more lean and will scale better as it will only care about services created with the accompanied mixin.

alobodig commented 6 years ago

Just wondering if there's something holding up. Hotloadable schemas are a feature that would be very useful to me.