CompanyAttributeValueSearch
Actual value data for a company attribute instance.
Contains the concrete value assigned to a company for a specific attribute type. The value format and validation depend on the associated attribute description. Supports various data types including text, numbers, dates, and colors.
type CompanyAttributeValueSearch {
id: String!
type: String!
}
Fields
CompanyAttributeValueSearch.id
● String!
non-null scalar
Unique identifier for the attribute value instance.
Primary key used to reference this specific attribute value and for value-related operations.
CompanyAttributeValueSearch.type
● String!
non-null scalar
Data type classification for the attribute value.
Specifies the format for this attribute value, determining how it should be processed, displayed, and validated.
Member Of
CompanyAttributeSearch
object