Question

How to construct a GQL query using server side admin datastore viewer, a one that filters on a reference property?

SELECT * from Model where reference_property = <what goes here>
Was it helpful?

Solution

See the GQL reference. You can use KEY('encoded key') or KEY('kind', 'name or id', ...).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top