Is it correct that it’s impossible to filter on a ...
# prisma-whats-new
a
Is it correct that it’s impossible to filter on a single query like
Node(filter: { ... })
instead of having to do
allNodes(filter: { ... })
?
n
that's correct
👍 1