Sha256: e50a9b4dec06dca326e09e7aa3ea67229cffe335350d01bb77f4579eeae818f5

Contents?: true

Size: 357 Bytes

Versions: 68

Compression:

Stored size: 357 Bytes

Contents

#import "../fragments/comment_thread.fragment.graphql"

mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int, $userGroupId: ID)  {
  commentable(id: $commentableId, type: $commentableType) {
    addComment(body: $body, alignment: $alignment, userGroupId: $userGroupId) {
      ...CommentThread
    }
  }
}

Version data entries

68 entries across 68 versions & 2 rubygems

Version Path
decidim-comments-0.22.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.21.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.20.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.20.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.19.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.18.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.19.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.17.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.18.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.17.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.16.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.17.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.16.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.15.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.15.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.15.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.14.4 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.14.3 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.14.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.14.1 app/frontend/mutations/add_comment.mutation.graphql