rein
query readNotification($user_id: ID) { SomeNotificationExists(filter: {AND: [{sender: {id_not: $user_id}}, {receiver: {id: $user_id}}]}) }