3 December 2021
Product catalogGraphQLSearch
You can now add the Product 
key to the results of Product Projection Search queries in the GraphQL API.Changes:
- [GraphQL API] Added 
keyfield to theProductProjectiontype. 
The following changes were introduced in terms of GraphQL SDL:
extend type ProductProjection {
  key: String
}