Join Slack
Powered by
Hey there, any idea how I can filter items to thos...
# prisma-whats-new
f
fred
04/20/2017, 10:01 PM
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
sorenbs
04/21/2017, 8:17 AM
Hey
@fred
We will roll out this feature in the next day or two. Your syntax is correct 🙂
🦜 1
👍🏿 1
sorenbs
04/21/2017, 9:57 PM
This should work now. Please let me know if that is not the case 🙂
👍🏿 1
f
fred
04/22/2017, 12:22 AM
Yep
@sorenbs
, it's working for me 🙂
🦜 1
Open in Slack
Previous
Next