can I limit PAT (permanent access token) issued fo...
# prisma-whats-new
d
can I limit PAT (permanent access token) issued for my serverless function to only a single node?
n
not yet - if you want control like that, you need to use a user token and control that with the permission system
could you bring up your use case here: https://github.com/graphcool/graphcool/issues/80?
d
oh thanks, nothing fancy really, just a webhook that I wanted to limit down to a node it’s updating. Tnx anyway!