Replies: 1 comment 1 reply
-
This is how relationships are implemented. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a collection:
Can I use relationships to get information about these users from the User model or do I need to make a separate query?
I understand that I can extract the ID and make a separate query using whereIn, but this will be very inefficient especially with pagination when a large amount of data is retrieved
Beta Was this translation helpful? Give feedback.
All reactions