How to query products via graphql
I’m querying the graphql endpoint of a magento test installation, and am constructing and sending an oauth 1.0 authorization header via an integration setup. When I query the products via a simple graphql query like so: query Products { products(… Read More »How to query products via graphql