Let’s make a GraphQL server we created before using Node.js to be a gRPC Client which connects to a gRPC server which data is in a mock DB.

Let’s make a GraphQL server we created before using Node.js to be a gRPC Client which connects to a gRPC server which data is in a mock DB.
The fourth part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about implementing authentication in GraphQL.
The third part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about GraphQL mutation operations here.
The second part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about GraphQL query operations here.
In this first part of “How to Implement GraphQL in Microservices Using Node.js”, I will share about implementing GraphQL as a gateway to our microservices.