Property you want to filter. Use a list of strings to specify nested properties.
Example:
You have the object
{
"room": {
"id": "b53"
},
"roomId": "a23"
}
Use ["room", "id"]
to return the value in the nested id
property, which is a part of the room
object.
You can also read the value(s) in the standalone property roomId
with ["roomId"]
.
Build a new query by combining other queries, using boolean operators. We support the and
, or
, and
not
boolean operators.
Leaf filter
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
A filter Domain Specific Language (DSL) used to create advanced filter queries.
Should we return property type information as part of the result?
The type of instance
The cursor value used to return (paginate to) the next page of results, when more data is available.
Searching nodes or edges using properties from a view
Group of property values indexed by a local unique identifier. The identifier has to have a length of between 1 and 255 characters. It must also match the pattern ^[a-zA-Z0-9][a-zA-Z0-9_-]{0,253}[a-zA-Z0-9]?$
, and it cannot be any of the following reserved identifiers: space
, externalId
, createdTime
, lastUpdatedTime
, deletedTime
, and extensions
. The maximum number of properties depends on your subscription, and is by default 100.
Value you wish to find in the provided property using a range clause.
A list of values
A value matching the data type of the defined property
Reference to a view, or a container
Retrieve properties from the listed - by reference - views.
Control which side of the edge to chain to. This option is only applicable if the view referenced in the from
field consists of edges.
source
will chain to start
if you're following edges outwards i.e direction=outwards
. If you're following edges inwards i.e direction=inwards
, it will chain to end
.destination (default)
will chain to end
if you're following edges outwards i.e direction=outwards
. If you're following edges inwards i.e direction=inwards
, it will chain to start
.Build a new query by combining other queries, using boolean operators. We support the and
, or
, and
not
boolean operators.
A filter Domain Specific Language (DSL) used to create advanced filter queries.
Leaf filter
Type information for the returned properties (if requested)
Spaces for the requested view and containers
Describes the type and configuration of a property included in the result.
View or container holding properties
Direct node relation. Can include a hint to specify the view that this direct relation points to. This hint is optional.
View or container holding properties
An aggregate. It consists of a name, an aggregator function, and the field to use for the function.