super-graph/core/corpus/5

6 lines
100 B
Plaintext
Raw Normal View History

2019-04-19 03:08:14 +02:00
query {
2019-04-20 06:35:57 +02:00
product(id: $PRODUCT_ID, where: { price: { eq: $PRODUCT_PRICE } }) {
2019-04-19 03:08:14 +02:00
id
name
}
}