wangyuheng / Arc

GraphQL and Dgraph for DDD
MIT License
34 stars 12 forks source link

在schema中增加数据绑定or事件驱动 #85

Open wangyuheng opened 3 years ago

wangyuheng commented 3 years ago

背景

type 之间存在依赖关系时,目前只能根据方法自己在方法中定义listener。能否通过schema中描述这个管理?

方案

通过内置directive完成。目前倾向于数据驱动的方式,监听字段变更。

wangyuheng commented 3 years ago
  1. 是否支持事务?