How to use FilterRangeTypeInput in GraphQl Magento 2?

Magento with GraphQl, Filter Range Type Input used to filter the query by the range type like from and to.

This type used to filter the response based on the selection of range value of from and to.

I hope you are aware of the Use FilterEqualTypeInput and FilterMatchTypeInput in GraphQl Magento.

Continue reading “How to use FilterRangeTypeInput in GraphQl Magento 2?”

How to Use FilterEqualTypeInput and FilterMatchTypeInput with GraphQl Magento 2?

Magento has an out of the box GraphQl feature that will be useful for the storefront API to interact with third-party software.

Sometimes you have checked the syntax of FilterEqualTypeInput and FilterMatchTypeInput in a schema.graphql file of the Graphql module.

This syntax is used to filter the GraphQl Query with Custom Attribute type.

Continue reading “How to Use FilterEqualTypeInput and FilterMatchTypeInput with GraphQl Magento 2?”

How to fetch is_visible_in_advanced_search filter attribute list Magento 2?

Retrieve a list of all is_visible_in_advanced_search filter product attribute list in Magento 2.

This article returns all those product attributes which are used in the advanced search result page.

To get a list of attributes, We need to use CollectionFactory Object from the Catalog Module.
Magento\Catalog\Model\ResourceModel\Product\Attribute\CollectionFactory Continue reading “How to fetch is_visible_in_advanced_search filter attribute list Magento 2?”