db.query.users.findMany({
where: undefined,
with: {
orders: {
where: undefined,
with: {
orderItems: {
where: undefined,
with: {
details: {
where: undefined,
^^^^^^^^^^^^^^^^ WHERE IS NOT A VALID KEY
with: {}
}
}
}
}
}
}
});
db.query.users.findMany({
where: undefined,
with: {
orders: {
where: undefined,
with: {
orderItems: {
where: undefined,
with: {
details: {
where: undefined,
^^^^^^^^^^^^^^^^ WHERE IS NOT A VALID KEY
with: {}
}
}
}
}
}
}
});