INPUT_OBJECT

SecurityReportFilterInput

link GraphQL Schema definition

  • input SecurityReportFilterInput {
  • # Filter by projectId(s)
  • projectId: [String!]
  • # Filter by Report Id(s)
  • reportId: [String!]
  • # Filter by triggered timestamp
  • triggered: DateTime
  • }