mercredi 23 janvier 2019

GraphQl usług Gateway pattern

1) Gateway pattern from EAA Catalog The complexity of “business microservices” was hidden by using a Gateway pattern. This component was responsible for the proper redirection of requests to the appropriate services based on the configuration. The frontend application could only communicate with this component.

Link: https://martinfowler.com/eaaCatalog/gateway.html

I am wondering how GraphQl can handle this pattern? How we can implement this pattern if we have one GraphQl endpoint per microservice?

Aucun commentaire:

Enregistrer un commentaire