OBJECT

DataTypeResults

Description

Represents the results for a specific data type.

link GraphQL Schema definition

  • type DataTypeResults {
  • # The ID of the data type.
  • id: String!
  • # The name of the data type.
  • name: String!
  • # Total hits for this data type.
  • totalHits: Long!
  • # Number of violated hits for this data type.
  • totalViolatedHits: Long!
  • }