app/frontend/mutations/add_comment.mutation.graphql in decidim-comments-0.4.4 vs app/frontend/mutations/add_comment.mutation.graphql in decidim-comments-0.5.0
- old
+ new
@@ -4,6 +4,6 @@
commentable(id: $commentableId, type: $commentableType) {
addComment(body: $body, alignment: $alignment, userGroupId: $userGroupId) {
...CommentThread
}
}
-}
\ No newline at end of file
+}