Sha256: 9e0af8b854e32dd1418c5578836e593421eea5e74261f4e1a54eda674a1c2756
Contents?: true
Size: 356 Bytes
Versions: 24
Compression:
Stored size: 356 Bytes
Contents
#import "../fragments/comment_thread.fragment.graphql" mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int, $userGroupId: ID) { commentable(id: $commentableId, type: $commentableType) { addComment(body: $body, alignment: $alignment, userGroupId: $userGroupId) { ...CommentThread } } }
Version data entries
24 entries across 24 versions & 2 rubygems