Sha256: 415f15a3a69305f65e11dfef0da67bf5fdab08bc6c59e426824cd3e46a86d9c2

Contents?: true

Size: 278 Bytes

Versions: 2

Compression:

Stored size: 278 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 2 rubygems

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