I\'m trying to inject a variable into a query filter:
query getProductsByTag($tag: String!) { products(query: "tag:$tag" first: 20) { edges {