INPUT_OBJECT
FindingApproveSuppressionInput
link GraphQL Schema definition
- input FindingApproveSuppressionInput {
- # The type of the approve action
- FindingSuppressionApproveAction! :
- # The reviewer comment.
- String :
- # Opaque version string for this graph node instance
- ID! :
- # User info about the reviewer.
- FindingUserInfoInput! :
- # Unique identifier of the suppression
- String! :
- }