16 August 2022
Product catalogGraphQL
Reference Expansion for Attributes of Product Projection Search is now supported in the GraphQL API.
We appreciate your feedback on this new feature in public beta. For more information about an example query, see our GraphQL API documentation.
Changes:
- [GraphQL API] Changed the
RawProductSearchAttributetype:- Added the
referencedResourceSetfield to theRawProductSearchAttributetype. - Added the
referencedResourcefield to theRawProductSearchAttributetype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type RawProductSearchAttribute {
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
referencedResource: ReferenceExpandable
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
referencedResourceSet: [ReferenceExpandable!]!
}