companySearchIndexUpdateMapping
DEPRECATED
This mutation is deprecated and will be removed in a future version.
Update Elasticsearch index mapping configuration.
Updates the search index mapping with strict settings to improve search performance and data consistency. This is a system-level operation that affects how company data is indexed and searched.
companySearchIndexUpdateMapping(
input: CompanySearchIndexUpdateMappingInput!
): Boolean! @deprecated
Arguments
companySearchIndexUpdateMapping.input ● CompanySearchIndexUpdateMappingInput! non-null input
Index mapping configuration including field definitions and search settings.
Contains the new mapping configuration that defines how company data fields are indexed and made searchable.
Type
Boolean scalar
The Boolean scalar type represents true or false.