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

Gateway action #7

Closed Nathan-Schwartz closed 6 years ago

Nathan-Schwartz commented 6 years ago

This PR adds a gateway.graphql action to handle queries and mutations within a Moleculer network without needing to make HTTP requests to the gateway's express-graphql server (for instance).

brad-decker commented 6 years ago

LGTM :+1: