Sha256: 267e8cc765c639b97d4da97adb5711ca1d49745c583b0b263149ab408791b560

Contents?: true

Size: 416 Bytes

Versions: 28

Compression:

Stored size: 416 Bytes

Contents

#import "../fragments/up_vote_button.fragment.graphql"
#import "../fragments/down_vote_button.fragment.graphql"

fragment CommentData on Comment {
  id
  sgid
  type
  body
  formattedBody
  createdAt
  formattedCreatedAt
  author {
    name
    nickname
    avatarUrl
    profilePath
    deleted
    badge
  }
  hasComments
  acceptsNewComments
  alignment
  alreadyReported
  ...UpVoteButton
  ...DownVoteButton
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
decidim-comments-0.17.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.17.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.16.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.17.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.16.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.15.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.15.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.15.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.14.4 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.14.3 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.14.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.14.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.13.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.12.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.13.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.12.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.13.0.pre1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.12.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.11.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.12.0.pre app/frontend/fragments/comment_data.fragment.graphql