【发布时间】:2021-04-05 13:14:33
【问题描述】:
使用这个包 - https://github.com/rtconner/laravel-likeable 我试图设置评论类型的点赞数。你能告诉我,在没有自定义查询的情况下在方案中使用这种方法是真的吗? screenshot
type Comment {
id: ID!
comment: String!
created_at: String!
updated_at: String!
likeCount: Int ########## something like this
}
我认为这是一个非常愚蠢的问题,但我找不到答案)
谢谢!
【问题讨论】:
标签: laravel graphql laravel-lighthouse