How to manage relationships with AshGraphql
I have a Resource called
In the list of
WebSite that has_many :components, and each is a WebComponent. This test failed:In the list of
components in the input, does each component need to be individually JSON-encoded? Apparently it does, because when I encode the component, the test passes. Why would this need to be JSON-encoded? Is this documented somewhere? I didn't see mention of it.