Skip to main content

CompanySearchIndexUpdateMappingInput

Configuration for updating search index mapping definitions.

Specifies which search index template should have its mapping configuration updated. Used for maintaining search performance and ensuring proper field indexing as data structures evolve.

input CompanySearchIndexUpdateMappingInput {
template: CompanySearchIndexTemplate!
}

Fields

CompanySearchIndexUpdateMappingInput.template ● CompanySearchIndexTemplate! non-null enum

Search index template to update with new mapping configuration.

Identifies the specific index template that should receive the mapping updates. The mapping defines how fields are indexed and made searchable.

Member Of

companySearchIndexUpdateMapping mutation