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