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