Sha256: 16b93974ed8e4f1ab73daf48824387813b2682afc1543b950d515c74de541cd5
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
query GetComments($commentableId: String!, $commentableType: String!, $orderBy: String) { currentUser { name avatarUrl } comments(commentableId: $commentableId, commentableType: $commentableType, orderBy: $orderBy) { id ...CommentThread } }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
decidim-comments-0.0.2 | app/frontend/comments/comments.query.graphql |
decidim-0.0.2 | decidim-comments/app/frontend/comments/comments.query.graphql |