Sha256: e326aff5fce23f497b41c967d97a06038fd714ebfe5a900cdeae01c700e7802e

Contents?: true

Size: 439 Bytes

Versions: 16

Compression:

Stored size: 439 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
  userAllowedToComment
  alignment
  alreadyReported
  ...UpVoteButton
  ...DownVoteButton
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
decidim-comments-0.23.6 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.5 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.4 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.3 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.1.rc1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.23.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.22.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.21.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.20.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.20.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.19.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.18.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.19.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.18.0 app/frontend/fragments/comment_data.fragment.graphql