ENUM

DataTypeSource

Description

Source of data type can be either CUSTOM or PREDEFINED.

link GraphQL Schema definition

  • enum DataTypeSource {
  • # Custom classification source type.
  • CUSTOM
  • # All classification source type.
  • DEFAULT
  • # Predefined classification source.
  • PREDEFINED
  • }