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.13.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.12.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.13.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.12.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.13.0.pre1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.12.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.11.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.12.0.pre app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.11.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.11.0.pre1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.10.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.10.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.9.3 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.9.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.9.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.9.0 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.8.4 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.8.3 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.8.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.8.1 app/frontend/mutations/add_comment.mutation.graphql