INPUT_OBJECT

FindingGenerateReportInput

link GraphQL Schema definition

  • input FindingGenerateReportInput {
  • # A custom message to associate with the report instance.
  • comment: String
  • # ID of the Report Configuration.
  • reportConfigurationId: String!
  • }