A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I had set fixed price in price list for some variants using graphql before, but when I want to find fixed price in the price list for a certain variant, I cant find a way other than go through the whole price list , which will consume a lot of api points.
https://shopify.dev/api/admin-graphql/unstable/objects/PriceList#connections is what i see, i wonder is there argument like "variantId" or "productId" can be use?