Hey there, any idea how I can filter items to thos...
# prisma-whats-new
f
Hey there, any idea how I can filter items to those which have a null relation? e.g.
Copy code
query {
  allDocuments(filter: { user: null }) {
    id
  }
}
s
Hey @fred We will roll out this feature in the next day or two. Your syntax is correct 🙂
🦜 1
👍🏿 1
This should work now. Please let me know if that is not the case 🙂
👍🏿 1
f
Yep @sorenbs, it's working for me 🙂
🦜 1