Sha256: a83c650585f6e5723448a38cb643d97af2f8c08116d06f9ad0caa1c8bbce8811

Contents?: true

Size: 365 Bytes

Versions: 16

Compression:

Stored size: 365 Bytes

Contents

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

fragment CommentData on Comment {
  id
  sgid
  type
  body
  createdAt
  author {
    name
    avatarUrl
    isVerified
    isUser
    deleted
  }
  hasComments
  acceptsNewComments
  alignment
  alreadyReported
  ...UpVoteButton
  ...DownVoteButton
}

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
decidim-comments-0.4.4 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.4.4 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.4.3 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.4.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.4.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.4.3 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-0.4.2 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-0.4.1 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.4.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.4.0 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.3.2 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.3.2 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.3.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.3.1 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.3.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.3.0 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql