Sha256: c1553bc00dc1c4648ee26885ca4677d3560af4ac15fca72bd7abb7fa957495a0

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 2 rubygems

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