fangdd-open / duo-graphql

Duo-GraphQL基于graphql-java的扩展,用于支持当前主流的多团队微服务敏捷开发模式
Apache License 2.0
21 stars 6 forks source link

如何对接已有的rest #13

Open wanghaisheng opened 3 years ago

wanghaisheng commented 3 years ago

比如通过postgresthttps://github.com/PostgREST/postgrest 标准视图

ycoe commented 3 years ago

这个项目的定位不是快速将一个RESTful项目转换成GraphQL项目,这样没太大意义 更多是以GraphQL的思维去全新构建整个BFF层 这个框架能自动组织起各领域的Schema,自动形成关联,从而让各团队可以独立开发。不需要去维护schema和datafetcher

wanghaisheng commented 3 years ago

我看了还是要手撸pojo 能不能直接从database直接生成schema 和resolver