OBJECT

DataCategoryHits

Description

Hits stats of an individual data category.

link GraphQL Schema definition

  • type DataCategoryHits {
  • # Identifier of the data category.
  • dataCategoryId: String!
  • # Total hits of the data category.
  • totalHits: Long!
  • # Total violated hits of the data category.
  • totalViolatedHits: Long!
  • }