From 6c3cbbd0e81dc62f79996951904bc6ab4db13240 Mon Sep 17 00:00:00 2001 From: mod242 <40213799+mod242@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:59:29 +0100 Subject: [PATCH] Add authorPictureUrl to CommentPost schema --- server/graph/schemas/comment.graphql | 1 + 1 file changed, 1 insertion(+) 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!