680dd91c
1 2 3 4 5
mutation AddComment($input: AddCommentInput!) { addComment(input: $input) { operation { id } } }