Skip to main content

CompanyAttributeDescriptionSearch

Metadata definition for company attribute types and their characteristics.

Defines the structure and properties of custom attributes that can be assigned to companies. Contains the schema information that determines how attribute values are stored, validated, and displayed. Used for dynamic attribute system configuration.

type CompanyAttributeDescriptionSearch {
id: String!
name: String!
}

Fields

CompanyAttributeDescriptionSearch.id ● String! non-null scalar

Unique identifier for the attribute description.

Primary key used to reference this attribute definition throughout the system and for attribute value associations.

CompanyAttributeDescriptionSearch.name ● String! non-null scalar

Human-readable name for the attribute type.

Display name used in user interfaces and reports to identify this attribute type. Provides context for what kind of information this attribute represents.

Member Of

CompanyAttributeSearch object