All Release Notes
Added key to ProductProjection GraphQL type
14 January 2022
Composable Commerce
HTTP API
Enhancement
GraphQLSearchProduct catalog
Added key
field to the ProductProjection GraphQL type.
Change:
- [GraphQL API] Changed the
ProductProjection
type:- Added the
key
field to theProductProjection
type.
- Added the
The following change was introduced in terms of GraphQL SDL:
extend type ProductProjection {key: String}