type GraphQueryOptions
Graph options that extends QueryOptions.
  Consider using execution profiles if you plan to reuse options across different
  query executions.
- Global
 - This type is global
 
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 [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
 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   |