diff --git a/src/pages/graphql/usage/custom-filters.md b/src/pages/graphql/usage/custom-filters.md index 5b905fe3e..5a6d94267 100644 --- a/src/pages/graphql/usage/custom-filters.md +++ b/src/pages/graphql/usage/custom-filters.md @@ -145,4 +145,4 @@ When a product requires a filter attribute that is not a field on its output sch ``` -This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_ids` attributes. +This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_uid` attributes.