Shopify Admin GraphQL Use this skill when adding or changing code that talks to the Shopify Admin API via GraphQL. When to Use - Querying Shopify data (shop, customers, orders, products, inventory) - Mutating Shopify data (creating/updating customers, orders, products) - Implementing pagination for large datasets - Handling API throttling and rate limits - Working with metafields or other Shopify resources Getting the GraphQL Client In Remix Loaders/Actions (Recommended) Use from : With Variables Background Jobs / Webhooks (Offline Access) When you don't have a request context, use offline se…