Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10ba76d

Browse files
author
Kevin Harper
committed
Incorporate comments
1 parent 65a32ba commit 10ba76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v2.3/graphql/reference/products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When a product requires a filter attribute that is not a field on its output sch
131131
</arguments>
132132
</type>
133133
```
134-
This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array, which is defined in the `ProductEntityAttributesForAst` class. The array automatically contains the `min_price`, `max_price`, and `category_ids`attributes.
134+
This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array also contains the `min_price`, `max_price`, and `category_ids`attributes.
135135

136136

137137
## ProductInterface {#ProductInterface}
@@ -333,7 +333,7 @@ The `SortFields` object contains the default value for sort fields as well as al
333333
Field | Type | Description
334334
--- | --- | ---
335335
`default` | String | The default sort field
336-
`options` | `SortField` | An array that contains all the possible fields that can be used for sorting
336+
`options` | `SortField` | An array that contains all the fields you can use for sorting
337337

338338
### SortField object
339339

0 commit comments

Comments
 (0)