INPUT_OBJECT

FindingPatchReportInput

link GraphQL Schema definition

  • input FindingPatchReportInput {
  • # A custom message to associate with the report.
  • comment: String
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # ID of the Report
  • reportId: String!
  • }