Graph options that extends QueryOptions.

Consider using execution profiles if you plan to reuse options across different query executions.

Global
This type is global
Properties:
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 null to clear the value from the DseClientOptions and execute a query without a default graph.

graphReadConsistency Number

Specifies the [consistency level]{h@link http://docs.datastax.com/en/latest-nodejs-driver-api/module-types.html#~consistencies} to be used for the graph read queries in this execution.

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 consistency level to be used for the graph write queries in this execution.

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 GraphQueryOptions or in the ExecutionProfile, it will use by default a retry policy that does not retry graph executions.