INPUT_OBJECT
ReviewFilterInput
ReviewFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
link GraphQL Schema definition
- input ReviewFilterInput {
- # Review satus
- FilterTypeInput :
- # An ID that uniquely identifies the parent product
- FilterTypeInput :
- }