All Release Notes
Enhanced configuration for indexing Product information
22 March 2021
Composable Commerce
HTTP API
Enhancement
ExtensibilityGraphQLSearch
By adding Client Logging information to the Search Indexing Configuration you can now find out who changed this project configuration and when it was changed.
- [API] Added
lastModifiedBy
andlastModifiedAt
fields to SearchIndexingConfigurationValues - [GraphQL API] Changed the
SearchIndexingConfigurationValues
type:- Added the
lastModifiedBy
field to theSearchIndexingConfigurationValues
type. - Added the
lastModifiedAt
field to theSearchIndexingConfigurationValues
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type SearchIndexingConfigurationValues {lastModifiedAt: DateTimelastModifiedBy: Initiator}