Join Slack
Communities
Powered by
i trying something like ```(filter: { user_not...
# prisma-whats-new
m
Maslov
10/15/2017, 8:14 PM
i trying something like
Copy code
(filter: { user_not: user })
but of course it doesn't work
h
hvillain
10/15/2017, 8:16 PM
Try
user{id_not: $userID}
d
Daniel K.
10/15/2017, 8:17 PM
note that $userID is not something automatic, you have to pass it from your app ...
https://github.com/graphcool/graphcool/issues/355
2
Views
Open in Slack
Previous
Next