How to handle several user models? #974
-
|
I have two user models, and want to find be able to use I am guessing this is something that is required at the I am using one endpoint for each model for now, but would appreciate a more DRY approach to the matter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hmm, that looks like complicated to handle at first thought 🤔 May I ask more details about your use-case? You have several models for different types of users that are stored in different tables? PS: I'm about to release V10 which will feature a complete revamp of how we handle User model. I'm not sure it'll help in your case, but that's a possibility. |
Beta Was this translation helpful? Give feedback.
Hmm, that looks like complicated to handle at first thought 🤔
May I ask more details about your use-case? You have several models for different types of users that are stored in different tables?
PS: I'm about to release V10 which will feature a complete revamp of how we handle User model. I'm not sure it'll help in your case, but that's a possibility.