Sha256: fc51a36676dc498cf20c23aff8fed22e31f4a18ec75f3e30ac5ee3b1f4e011c4
Contents?: true
Size: 251 Bytes
Versions: 8
Compression:
Stored size: 251 Bytes
Contents
#import "../fragments/comment.fragment.graphql" mutation DownVote($id: ID!, $locale: String!, $toggleTranslations: Boolean!) { comment(id: $id, locale: $locale, toggleTranslations: $toggleTranslations) { downVote { ...Comment } } }
Version data entries
8 entries across 8 versions & 1 rubygems