Hey guys, I'm having a problem with my permissions...
# prisma-whats-new
a
Hey guys, I'm having a problem with my permissions. (I'm using the graphcool console) I have a User type and a CREATE permission for everyone but one field is not selected ('rank', to define the admin status). If I'm not mistaken, when I create a node as an 'everyone' user, I should not be able to input any data in the 'rank' field, right ? Because at the moment, I can, and it's a bit problematic 😕 Could anyone help me ?
Also, if I look at my schema, I can confirm that "There are no permissions defined for this field".
j
👋
And what about adding a default value of the
rank
field?