Iam stumbling with directives ... given is this on...
# prisma-whats-new
t
Iam stumbling with directives ... given is this one
Copy code
directive @auth( requires: UserRoleEnum = ADMIN ) on OBJECT
. Now behind object you can chain stuff like FIELD or FIELD_DEFINITION. Whats the difference of those and where can i read upon the single directive types?