Replies: 1 comment
-
|
Hey @Dispersia, welcome! The code snippet that control returning
I think it's good that we can a public API specifically for mandatory relation. A PR would be welcomed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to do a similar concept to find_also_related, but for inner joins instead of outer (which can then return a tuple of (element, element) instead of (element, Option). However, I don't understand where the Option part of that query is actually coming from (from select_also). I'm still not great at following traits like this so was just hoping to have some guidance on that, or if this would be a good idea to have through a PR.
Current implementation is just
Beta Was this translation helpful? Give feedback.
All reactions