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.
我们构建了一个使用 OpenAPIv2 规范记录的 REST 服务。我们使用 swagger-codegen 进行代码生成并在 JAX-RS 上构建服务。我们希望将 GraphQL 添加到我们现有的 REST 服务中。寻找将 GraphQL 集成到现有 OpenAPI(Swagger)v2 规范中的最佳方法。非常感谢任何帮助或指示。谢谢
该工具应该能够根据您的规范生成 GraphQL:
https://github.com/strongloop/oasgraph
或者至少提供一个好的起点。