All Release Notes
Added 'productSelections' to Store limits query in the GraphQL API
22 September 2022
Enhancement
LimitsStoresGraphQL
You can now view Product Selections limits for Stores in the GraphQL API.
Changes:
- [GraphQL API] Changed the
StoreLimitsProjectiontype:- Added the
productSelectionsfield to theStoreLimitsProjectiontype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type StoreLimitsProjection {productSelections: Limit!}