All Release Notes

Added Assets to Category Search

19 November 2018
Enhancement
GraphQLProduct CatalogSearch

It is now possible to retrieve category assets via GraphQL API category search and category auto completion.

Following changes were introduced in the GraphQL schema (in SDL format):

extend type CategorySearch {
assets: [Asset!]!
}