nestjs-microservice-architecture
nestjs-microservice-architecture copied to clipboard
Remote GraphQL Schema Stitching
How can you grab a remote schema from other Microservices at your main gateway, if you can't hit the endpoint of each microservice to grab their schemas.
If that's even applicable, I think this would be better than manually setting your schema at your gateway.