All Release Notes
Added Assets to Category Search
19 November 2018
Composable Commerce
HTTP API
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!]!}