Sha256: 926e92c8203becdf3a3d1aafda9169d7acd5fb6f16e59d972a4a0ace9e264fdb

Contents?: true

Size: 327 Bytes

Versions: 8

Compression:

Stored size: 327 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
  }
  hasComments
  acceptsNewComments
  alignment
  alreadyReported
  ...UpVoteButton
  ...DownVoteButton
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
decidim-comments-0.2.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.2.0 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.1.0 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.1.0 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.0.8.1 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.0.8.1 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql
decidim-comments-0.0.7 app/frontend/fragments/comment_data.fragment.graphql
decidim-0.0.7 decidim-comments/app/frontend/fragments/comment_data.fragment.graphql