Sha256: a48b06ea87664c2dbde9f978611c2b25c927f50c01e7a4709a4a9ce837694d59

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

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

4 entries across 4 versions & 2 rubygems

Version Path
decidim-comments-0.0.6 app/frontend/comments/add_comment_form.mutation.graphql
decidim-0.0.6 decidim-comments/app/frontend/comments/add_comment_form.mutation.graphql
decidim-comments-0.0.5 app/frontend/comments/add_comment_form.mutation.graphql
decidim-0.0.5 decidim-comments/app/frontend/comments/add_comment_form.mutation.graphql