-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Milestone
Description
Are registering of routes for polymorphic relationships supported? In the docs for routing, this is what is said:
The related resource type needs to be known so that the query parameters for requests to relationship routes can be validated correctly. For example, for a to-many relationship, the filters that are allowed will be those allowed for the related resource type. So a request to
posts/1/authorwill need to validate the filters for those allowed forusersresources, not the posts resource.