Strapi V4 GraphQL - Update only specific collection entries (with authentication)

System Information
  • v4.1.7n:

Hey guys,

did anyone find a way (in v4) to restrict a users (user-permission plugin) access to only related collection type entries using graphQL? I am trying to update a collection entry that is connected to the authenticated user. By default, the authenticated user could theoretically update every entry in this collection - but I want him to be limited to only that entry, where he is related to.

I already find out a way to let the authenticated user query only the related entries via this solution

Any help appreciated!