Omit some relationships without "within" keyword #337
NaumenkoSergiy
started this conversation in
General
Replies: 1 comment
-
@NaumenkoSergiy Why do you want to avoid |
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
-
I have to serializers which cause "SystemStackError (stack level too deep)" error:
I can write something like:
but is it possible to write something like
exclude
? Because I have a lot of attributes and relationships, and just want to ignore one relationships. Or maybe there is general solution to avoid "SystemStackError (stack level too deep)" error?Beta Was this translation helpful? Give feedback.
All reactions