You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
As of the v1.0.0 release, I do not see a mechanism to return the complete body associated with a content node. This is only done when an id is explicitly specified and a single node is returned as opposed to a content collection list. I've been sleuthing through the source of the core API and cannot see a native way to return the content body of a document. The approaches I'm personally exploring at the moment are: taking a custom plugin approach to "transform" what is returned to include the body and an inelegant solution involving extrapolating the content IDs and querying for each individually.
I'm curious to see if I may have missed some functionality that may have been integrated. The prime use case for such a need in my experience is when there is a one-to-many relationship between statically generated page and content nodes.