Created
June 4, 2020 10:55
-
-
Save rubenRP/68c495b563b878c23a7bad8eb8d877a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query getProductFiltersByCategory($categoryIdFilter: FilterEqualTypeInput!) { | |
products(filter: { category_id: $categoryIdFilter }) { | |
aggregations { | |
label | |
count | |
attribute_code | |
options { | |
label | |
value | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment