i feel like im going crazy here. spent the last couple hours searching and there is not one single official or complete source of information on this topic. all that i have found are vague 10 line of code representations of how relationships would look in the typedefs but no implementation details anywhere!
i thought this would be a very common use case in graphql. why is nobody talking about it?
are there any resources you can recommend on implementing o2m and m2m relationships? am i thinking of this wrong and this isnt something graphql supports?
here is the implementation i am stuck on (i believe caused by circular references).