addCommentToIssue
Examples
mutation AddCommentToIssue($input: addCommentToIssueInput!) {
addCommentToIssue(input: $input)
}{
"input": {
"issueId": "30966426-oxPolicy_securityCloudScan_100-example",
"comment": "some comment"
}
}curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "mutation AddCommentToIssue($input: addCommentToIssueInput!) { addCommentToIssue(input: $input) }",
"variables": {
"input": {
"issueId": "30966426-oxPolicy_securityCloudScan_100-example",
"comment": "some comment"
}
}
}'Arguments
Argument
Description
Supported fields
Fields
Last updated
