Refactor Super Graph into a library #26
This commit is contained in:
6
core/corpus/5
Normal file
6
core/corpus/5
Normal file
@ -0,0 +1,6 @@
|
||||
query {
|
||||
product(id: $PRODUCT_ID, where: { price: { eq: $PRODUCT_PRICE } }) {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user