app/frontend/comments/comments.query.graphql in decidim-comments-0.0.5 vs app/frontend/comments/comments.query.graphql in decidim-comments-0.0.6
- old
+ new
@@ -1,9 +1,10 @@
query GetComments($commentableId: String!, $commentableType: String!, $orderBy: String) {
session {
user {
name
avatarUrl
+ organizationName
}
...AddCommentFormSession
}
commentable(id: $commentableId, type: $commentableType) {
acceptsNewComments