All Release Notes
Added Product key to GraphQL API's Product Projection Search
3 December 2021
Enhancement
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}