【发布时间】:2021-09-26 08:04:50
【问题描述】:
如何在查询中添加where 条件?
projects: [Project!]! @all @orderBy(column: "id", direction: DESC)
我想要:
projects: [Project!]! @all @orderBy(column: "id", direction: DESC) @where('parent_id','=',0)
【问题讨论】:
标签: laravel graphql laravel-lighthouse