14 January 2022
GraphQLSearchProduct catalog
Added
key field to the ProductProjection GraphQL type.Change:
- [GraphQL API] Changed the
ProductProjectiontype:- Added the
keyfield to theProductProjectiontype.
- Added the
The following change was introduced in terms of GraphQL SDL:
extend type ProductProjection {
key: String
}