I don't understand how to use query.groupBy #1426
Labels
api: datastore
Issues related to the Datastore API.
type: question
Request for information or clarification. Not an issue.
Hi,
I've used query.groupBy as per example on a simple get operation (list all entities of a kind grouped by property):
groupBy(['prop']);
With one arguments I have the complete list of kind without any grouping applied.
With two arguments I have this response:
Can you please help me understand how am I supposed to use the groupBy API?
The text was updated successfully, but these errors were encountered: