Categories
Codes GraphQL gRPC Node.js

Setting Up GraphQL Server as gRPC Client

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.

Categories
GraphQL Node.js

How to Implement GraphQL in Microservices Using Node.js – Part 4

The fourth part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about implementing authentication in GraphQL.

Categories
Codes GraphQL Node.js

How to Implement GraphQL in Microservices Using Node.js – Part 3

The third part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about GraphQL mutation operations here.

Categories
Codes GraphQL Javascript Node.js

How to Implement GraphQL in Microservices Using Node.js – Part 2

The second part of “How to Implement GraphQL in Microservices Using Node.js”. I will share about GraphQL query operations here.

Categories
Codes Javascript Node.js

How to Implement GraphQL in Microservices Using Node.js – Part 1

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.