Should {relationships: true} queries also include the relationships of related entities?
For example, an application has a related badge. A badge has a related system (and potentially issuer and program). Querying applications retrieves the associated badge, but the associated badge doesn't have a reference to its system, issuer or program.
Should
{relationships: true}
queries also include the relationships of related entities?For example, an application has a related badge. A badge has a related system (and potentially issuer and program). Querying applications retrieves the associated badge, but the associated badge doesn't have a reference to its system, issuer or program.