mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 04:07:50 +00:00
7 lines
268 B
JSON
7 lines
268 B
JSON
{
|
|
"query": "query getProduct($productName: String!) { products(first: 1, query: $productName) { edges { node { title totalInventory variants(first: 10) { edges { node { title price { amount currencyCode } } } } } } } }",
|
|
"variables": {
|
|
"productName": ""
|
|
}
|
|
}
|