decidim-comments/app/frontend/comments/comment.fragment.graphql in decidim-0.0.4 vs decidim-comments/app/frontend/comments/comment.fragment.graphql in decidim-0.0.5
- old
+ new
@@ -1,12 +1,12 @@
fragment Comment on Comment {
...CommentData
- replies {
+ comments {
...CommentData
- replies {
+ comments {
...CommentData
- replies {
+ comments {
...CommentData
- }
+ }
}
}
}