diff --git a/server/graph/schemas/comment.graphql b/server/graph/schemas/comment.graphql index df73496a..e8eac5e1 100644 --- a/server/graph/schemas/comment.graphql +++ b/server/graph/schemas/comment.graphql @@ -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!