I'm a bit of a Kinvey noob and I can't find any answers through the prescribed methods.
Firstly - Is there any way to query more than one collection with a sing request? I'm trying to populate a form based on a collection with relational fields. All I want to do is also pull in the collection data of the related fields to populate the input selections.
Just to clarify, I can already retrieve the current relationship data - I would like to pull all entities from related collections to populate a dropdown input for example.
1 Comment
C
Caroline
said
about 7 years ago
We don't support joins- but we do support linked resources. See http://devcenter.kinvey.com/phonegap/guides/datastore#RelationalData
Logan Maire
Firstly - Is there any way to query more than one collection with a sing request? I'm trying to populate a form based on a collection with relational fields. All I want to do is also pull in the collection data of the related fields to populate the input selections.
Just to clarify, I can already retrieve the current relationship data - I would like to pull all entities from related collections to populate a dropdown input for example.