Hello, does it possible to add “data is owned by c...
# prisma-whats-new
m
Hello, does it possible to add “data is owned by current user” boolean on the graphql level? for example ownedByMe: data.user.id == user.id
i
Yes. Check out auth / tokens
You can set permissions on any resource