Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java / SpringBoot 中是否有 GraphQL 联合网关。在java中找不到任何实现。看到几个联邦图的例子,但网关在本机节点上。
检查了 Apollo 和 netflix DGS 。
https://github.com/Netflix/dgs-federation-example。
如果您想要一个 spring-boot 联合网关,您似乎必须编写一个代码。
在这里你会发现几个代码示例。
在那里您会找到相关的文档。