You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating filter pages in a headless environment, sometimes it is necessary to pull all children of a category as it is done with this code in velocity:
#foreach($con in $categories.getChildrenCategoriesByKey("INSERKEY"))
....
#end
It would be very beneficial if there is a way in GraphQL to pull a parent and all children of a parent category.
Acceptance Criteria
One GraphQL query that returns both data on the Parent category and all child categories of that parent. This should also work for finding children of children using similar or same methodology.
Proposed Objective
Application Performance
Proposed Priority
Priority 3 - Average
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered:
User Story
When creating filter pages in a headless environment, sometimes it is necessary to pull all children of a category as it is done with this code in velocity:
It would be very beneficial if there is a way in GraphQL to pull a parent and all children of a parent category.
Acceptance Criteria
One GraphQL query that returns both data on the Parent category and all child categories of that parent. This should also work for finding children of children using similar or same methodology.
Proposed Objective
Application Performance
Proposed Priority
Priority 3 - Average
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: