type GraphQueryOptions
Graph options that extends QueryOptions.
Consider using execution profiles if you plan to reuse options across different
query executions.
Starting with version 4.9, the Apache Software Foundation owns and maintains the NodeJS driver. For the latest version, visit github.com/apache/cassandra-nodejs-driver
Graph options that extends QueryOptions.
Consider using execution profiles if you plan to reuse options across different
query executions.
| Name | Type | Description |
|---|---|---|
| graphLanguage | String |
The graph language to use in graph queries. |
| graphName | String |
The graph name to be used in the query. You can use |
| graphReadConsistency | Number |
Specifies the
When defined, it overrides the consistency level only for the READ part of the graph query. |
| graphSource | String |
The graph traversal source name to use in graph queries. |
| graphWriteConsistency | Number |
Specifies the When defined, it overrides the consistency level only for the WRITE part of the graph query. |
| retry | RetryPolicy |
Sets the retry policy to be used for the graph query execution.
When not specified in the |