Sha256: a48b06ea87664c2dbde9f978611c2b25c927f50c01e7a4709a4a9ce837694d59
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
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
4 entries across 4 versions & 2 rubygems