OBJECT

DataTypeStats

Description

Stats of an individual data type.

link GraphQL Schema definition

  • type DataTypeStats {
  • # Identifier of the data type.
  • id: String!
  • # Total hits of the data type.
  • totalHits: Long!
  • # Total violated hits of the data type.
  • totalViolatedHits: Long!
  • # Total permitted hits of the data type.
  • totalPermittedHits: Long!
  • }