nitz1990Original post
Web Developer
I have a collection that has several relationships to other collections. When querying this collection with the select query - I'm trying to select specific ones and not all the relationships fields, but for some reason, the response contains all the other relationships as well.
For example: Query.select(["relationA"]) would also return "relationB"
Summary
Developers are trying to select specific relationship fields when querying a collection but are receiving all relationship fields in the response. This issue arises when using the select query and trying to select only certain relationships.