OBJECT

DataTypeHits

Description

Hits stats of an individual data type within a data category.

link GraphQL Schema definition

  • type DataTypeHits {
  • # Identifier of the data type for a given data category.
  • id: String!
  • # Identifier of the data type.
  • dataTypeId: String!
  • # Total hits of the data type.
  • totalHits: Long!
  • # Total violated hits of the data type.
  • totalViolatedHits: Long!
  • }