22 July 2025
GraphQLExtensibility
GraphQL queries now support Reference Expansion for references within nested attributes in public beta.
For more details and usage examples, see the GraphQL Variant Attributes section of our reference documentation.
Changes:
- [GraphQL API] Changed the
RawProductAttribute
type:- Added the
attributesRaw
field to theRawProductAttribute
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type RawProductAttribute {
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
attributesRaw: [RawProductAttribute!]
}