OBJECT

AnomalyInfo

Description

Information about the anomaly detected.

link GraphQL Schema definition

  • type AnomalyInfo {
  • # Information related to the list of strains identified.
  • # At this point, we identify at most one strain.
  • strainAnalysisInfo: [StrainInfo!]!
  • }