22 March 2021
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 
lastModifiedByandlastModifiedAtfields to SearchIndexingConfigurationValues - [GraphQL API] Changed the 
SearchIndexingConfigurationValuestype:- Added the 
lastModifiedByfield to theSearchIndexingConfigurationValuestype. - Added the 
lastModifiedAtfield to theSearchIndexingConfigurationValuestype. 
 - Added the 
 
The following changes were introduced in terms of GraphQL SDL:
extend type SearchIndexingConfigurationValues {
  lastModifiedAt: DateTime
  lastModifiedBy: Initiator
}