## Description of feature request [StringRelatedField](https://www.django-rest-framework.org/api-guide/relations/#stringrelatedfield) is not currently supported by DJA. The current [workaround](https://github.com/django-json-api/django-rest-framework-json-api/discussions/1234#discussioncomment-9772402) is overwriting `get_resource_id` in a custom `ResourceRelatedField`. ## Checklist - [x] Raised initially as discussion #1234 - [x] This cannot be dealt with as a third party library. (We prefer new functionality to be in the form of third party libraries where feasible.) - [x] I have reduced the issue to the simplest possible case.
Description of feature request
StringRelatedField is not currently supported by DJA. The current workaround is overwriting
get_resource_idin a customResourceRelatedField.Checklist