6 lines
100 B
Plaintext
Raw Normal View History

2019-04-18 21:08:14 -04:00
query {
2019-04-20 00:35:57 -04:00
product(id: $PRODUCT_ID, where: { price: { eq: $PRODUCT_PRICE } }) {
2019-04-18 21:08:14 -04:00
id
name
}
}