Refactor Super Graph into a library #26
This commit is contained in:
12
core/corpus/4
Normal file
12
core/corpus/4
Normal file
@ -0,0 +1,12 @@
|
||||
query {
|
||||
products(
|
||||
where: {
|
||||
and: [
|
||||
{ not: { id: { is_null: true } } },
|
||||
{ price: { gt: 10 } },
|
||||
] } ) {
|
||||
id
|
||||
name
|
||||
price
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user