singleIssueInput
Examples
input SingleIssueInput {
issueId: String!
scanId: String
}Fields
Field
Description
Supported fields
References
Queries using this object:
Last updated
Input for retrieving information about a single security issue.
input SingleIssueInput {
issueId: String!
scanId: String
}issueId String!
Unique identifier of the issue to retrieve
scanId String
Specific scan identifier to retrieve the issue from
Last updated
