Sha256: c7a24273189292107009a0bbb7751c72b8c21690369c89806f6ac2e0aa6eee12

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
decidim-0.0.4 decidim-comments/app/frontend/comments/add_comment_form.mutation.graphql
decidim-comments-0.0.3 app/frontend/comments/add_comment_form.mutation.graphql
decidim-0.0.3 decidim-comments/app/frontend/comments/add_comment_form.mutation.graphql