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
key
field to theProductProjection
type.
The following changes were introduced in terms of GraphQL SDL:
extend type ProductProjection {
key: String
}