Require that A Property Does Not Exist rename
author:
contributor:
published:
updated:
source uri:
Freebase Apps Help Topic /freebase/apps/help_topic
Summary
Use "optional" : "forbidden". MQL also requires that you include some other property in the same...
Content
Use "optional" : "forbidden". MQL also requires that you include some other property in the same query node.
Example: Planets without anything (moon) orbiting them
> [{
> "type": "/astronomy/planet",
> "name": null,
> "/astronomy/orbital_relationship/orbited_by": [{
> "id": null,
> "optional": "forbidden"
> }]
> }]
Example: Planets without anything (moon) orbiting them
> [{
> "type": "/astronomy/planet",
> "name": null,
> "/astronomy/orbital_relationship/orbited_by": [{
> "id": null,
> "optional": "forbidden"
> }]
> }]
Recent Discussions about Require that A Property Does Not Exist
There is no discussion about this document.
Start the Discussion »