@ -0,0 +1,12 @@
query {
products(
where: {
and: [
{ not: { id: { is_null: true } } },
{ price: { gt: 10 } },
] } ) {
id
name
price
}
The note is not visible to the blocked user.