16 August 2022
API
Enhancement
Product catalogGraphQL
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 RawProductSearchAttribute type:
    • Added the referencedResourceSet field to the RawProductSearchAttribute type.
    • Added the referencedResource field to the RawProductSearchAttribute type.

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/offering/compatibility#public-beta"
  referencedResource: ReferenceExpandable

  "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/offering/compatibility#public-beta"
  referencedResourceSet: [ReferenceExpandable!]!
}