[Answer]-Creating a custom method using @link() wihout having to pass in look up field

1👍

the default DRF @link decorator only works on the detail-level.

For collection-level @link and @action decorators you can use drf-extensions, which provides these.

0👍

Can you remove *args and **kwargs from the method definition? I this is the solution but right now I can not test it.

Leave a comment