Add authorPictureUrl to CommentPost schema

pull/7910/head
mod242 6 months ago committed by GitHub
parent 3ba58f754d
commit 6c3cbbd0e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,6 +81,7 @@ type CommentPost {
render: String!
authorId: Int!
authorName: String!
authorPictureUrl: String
authorEmail: String! @auth(requires: ["manage:system"])
authorIP: String! @auth(requires: ["manage:system"])
createdAt: Date!

Loading…
Cancel
Save