1 min readNov 6, 2018
Hey Jordy!
That would work too! For us, gRPC makes more sense because we are already using protobufs and we don’t really benefit from the use of GraphQL for service-to-service communication (this would mean our GraphQL server would need to make GraphQL requests to services and each service would need to know how to handle GraphQL requests).
However, we are looking into things like Prisma which uses GraphQL under the hood but wouldn’t require a bunch of manual tooling.