Sha256: 0f324f97b2c2d2aeafeb6fdc3453a8ddd29c623614542c57071e219c5a437040
Contents?: true
Size: 464 Bytes
Versions: 8
Compression:
Stored size: 464 Bytes
Contents
#import "../fragments/comment_thread.fragment.graphql" mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int, $userGroupId: ID, $locale: String!, $toggleTranslations: Boolean!) { commentable(id: $commentableId, type: $commentableType, locale: $locale, toggleTranslations: $toggleTranslations) { addComment(body: $body, alignment: $alignment, userGroupId: $userGroupId) { ...CommentThread } } }
Version data entries
8 entries across 8 versions & 1 rubygems