Skip to content

Enable GraphQL to Access Parent and Child Categories #30746 #31995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DeanGonzalez opened this issue Apr 25, 2025 · 0 comments
Open

Enable GraphQL to Access Parent and Child Categories #30746 #31995

DeanGonzalez opened this issue Apr 25, 2025 · 0 comments

Comments

@DeanGonzalez
Copy link

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:

    #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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant