INPUT_OBJECT

FindingApproveSuppressionInput

link GraphQL Schema definition

  • input FindingApproveSuppressionInput {
  • # The type of the approve action
  • action: FindingSuppressionApproveAction!
  • # The reviewer comment.
  • comment: String!
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # User info about the reviewer.
  • reviewerInfo: FindingUserInfoInput!
  • # Unique identifier of the suppression
  • suppressionId: String!
  • }