Sha256: 0f324f97b2c2d2aeafeb6fdc3453a8ddd29c623614542c57071e219c5a437040

Contents?: true

Size: 464 Bytes

Versions: 8

Compression:

Stored size: 464 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-comments-0.23.6 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.5 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.4 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.3 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.2 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.1.rc1 app/frontend/mutations/add_comment.mutation.graphql
decidim-comments-0.23.0 app/frontend/mutations/add_comment.mutation.graphql