ENUM

DataTypeEnum

Description

All data types in the reporting table.

link GraphQL Schema definition

  • enum DataTypeEnum {
  • # Boolean data type.
  • BOOLEAN
  • # Byte data type.
  • BYTE
  • # Date time data type.
  • DATE_TIME
  • # Compliance range filter data type.
  • FILTER_COMPLIANCE_RANGE
  • # Date range filter data type.
  • FILTER_DATE_RANGE
  • # Float data type.
  • FLOAT
  • # Integer data type.
  • INTEGER
  • # Long data type.
  • LONG
  • # String data type.
  • STRING
  • # Url data type.
  • URL
  • }

link Require by