Objects
/
PrimitiveFieldType

PrimitiveFieldType

Primitive field type implementation

Fields

  • id
    Int
    Unique identifier for the field type
  • name
    String
    Name of the field type
  • description
    String
    Description of the field type
  • state
    FieldTypeState
    Current state of the field type
  • key
    String
    Unique key identifier for the field type
  • defaultFieldKey
    String
    Default key for fields of this type
  • dependencyConfig
    DependencyConfig
    Configuration for field dependencies
  • implement
    [FieldTypeImplementation!]
    Required
    List of field type implementations
  • primitiveType
    PrimitiveTypes
    The primitive type of the field
  • configurartionMetadata
    JSON
    Configuration metadata for the field type
OutputFieldConstraintsPrimitiveInputFieldConfig
Built with