Skip to content

Instantly share code, notes, and snippets.

@proppy
Forked from rakyll/gist:9d6d8b7aa7a3b05b7eba
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save proppy/78025316a8707a24ae07 to your computer and use it in GitHub Desktop.
Save proppy/78025316a8707a24ae07 to your computer and use it in GitHub Desktop.
{
"projection": [],
"kinds": [{
"name": "Company"
}],
"filter": {
"propertyFilter": {
"property": {
"name": "__key__"
},
"operator": "HAS_ANCESTOR",
"value": {
"keyValue": {
"path": [{
"kind": "Name",
"id": 123
}],
"partitionId": {
"namespace": "Namespace"
}
}
}
}
},
"order": [],
"groupBy": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment