if a user has access to edit a User, and create a ...
# prisma-whats-new
m
if a user has access to edit a User, and create a related Type, should that be enough, or do they need the Connect permission also?
a
Connect too
m
is the name of the query wrong? it says "permitCreateDocuments"
should that Create ==> Connect
a
The name of the query is picked by yourself
m
of course, I think the one in the documentation is an error though right?
a
It says right above there that it is the permission query for the
CONNECT
permission
m
sure, but the name of the query does not match the operation. you can appreciate this is confusing, no?
lists only 2 ids as available, but the example has access to more variables that are only listed under "variables for type permissions"
in a relation permissions, how do you determine which is the left type and which is the right?