Hi @akashcmarix
As far as I understand, filtering using the metafield parameter isn’t supported in the list. One approach could be fetching all data including key, value, and namespace, then compare it with the desired result you’re looking to find. https://shopify.dev/docs/api/admin-graphql/unstable/queries/products
Hope it’s helpful for you