Skip to content

Instantly share code, notes, and snippets.

@rubenRP
Created June 4, 2020 10:55
Show Gist options
  • Save rubenRP/68c495b563b878c23a7bad8eb8d877a7 to your computer and use it in GitHub Desktop.
Save rubenRP/68c495b563b878c23a7bad8eb8d877a7 to your computer and use it in GitHub Desktop.
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