Sha256: 1a3329bbbe22679208ccdb0b5c53595d8542ba32451319674ce6dd9e3f604ab5

Contents?: true

Size: 228 Bytes

Versions: 24

Compression:

Stored size: 228 Bytes

Contents

#import "../fragments/comment_data.fragment.graphql"

fragment Comment on Comment {
  ...CommentData
  comments {
    ...CommentData
    comments {
      ...CommentData
      comments {
        ...CommentData
      }
    }
  }
}

Version data entries

24 entries across 24 versions & 2 rubygems

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