app/frontend/comments/add_comment_form.mutation.graphql in decidim-comments-0.0.2 vs app/frontend/comments/add_comment_form.mutation.graphql in decidim-comments-0.0.3
- old
+ new
@@ -1,5 +1,5 @@
-mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int) {
- addComment(commentableId: $commentableId, commentableType: $commentableType, body: $body, alignment: $alignment) {
+mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int, $userGroupId: ID) {
+ addComment(commentableId: $commentableId, commentableType: $commentableType, body: $body, alignment: $alignment, userGroupId: $userGroupId) {
...CommentThread
}
}
\ No newline at end of file