Add replyToCommentId to CommentGQL
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -274,6 +274,7 @@ export type CommentGql = {
|
|||||||
id: Scalars["Int"]["output"];
|
id: Scalars["Int"]["output"];
|
||||||
message: Scalars["String"]["output"];
|
message: Scalars["String"]["output"];
|
||||||
replies: Array<CommentGql>;
|
replies: Array<CommentGql>;
|
||||||
|
replyToCommentId?: Maybe<Scalars["Int"]["output"]>;
|
||||||
user: UserGql;
|
user: UserGql;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -221,6 +221,7 @@ type CommentGQL {
|
|||||||
user: UserGQL!
|
user: UserGQL!
|
||||||
message: String!
|
message: String!
|
||||||
replies: [CommentGQL!]!
|
replies: [CommentGQL!]!
|
||||||
|
replyToCommentId: Int
|
||||||
}
|
}
|
||||||
|
|
||||||
type CountLeaderboardGQL {
|
type CountLeaderboardGQL {
|
||||||
|
|||||||
Reference in New Issue
Block a user