How can I filter by variant option, handle, product type and price range using GraphQL?

I use storefront graphql API on my project.

My stack is Gatsby.js (React.js) + GraphQL.

By the way, I want to filter by variant option, handle, product type and price range.

I tested the query on playground and seems it is not working.

What do I miss to enable filtering feature or how can I implement this?

Thanks.