Typedef
| Static Public Summary | ||
| public |
|
|
| public |
Query options object |
|
| public |
Relationship definition object |
|
Static Public
public QueryOptions: Object source
Query options object
Properties:
| Name | Type | Attribute | Description |
| parameters | Object<String, *> |
|
Parameters used in the query. |
| variable | String |
|
The variable used to identify the Node in the query, 'n' by default. |
| variables | Array |
|
All variables used in the query that should be added to the results. |
| where | String | Array |
|
The where clause, arrays are joined by the 'AND' operator. |
| limit | Number |
|
The maximum number of results to be returned |
| with | String |
|
The name of relationship to include, use the dot-notation to include multiple levels |
| with | Array |
|
An array of names of relationships to include |
| with | Object<String, Boolean|Object> |
|
Relationships to include (true) or exclude (false) or filter(object) |
| links | Object<String, NodeLink> |
|
Linked results to connect to this model |
