> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agentchat.contrib.graph_rag.GraphStoreQueryResult

<h2 id="autogen.agentchat.contrib.graph_rag.GraphStoreQueryResult" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">GraphStoreQueryResult</span>
</h2>

```python theme={null}
GraphStoreQueryResult(answer: str | None = None, results: list[Any] = &lt;factory&gt;)
```

A wrapper of graph store query results.<br />answer: human readable answer to question/query.<br />results: intermediate results to question/query, e.g. node entities.

<b>Parameters:</b>

| Name      | Description                                                    |
| --------- | -------------------------------------------------------------- |
| `answer`  | **Type:** str \| None<br /><br />**Default:** None             |
| `results` | **Type:** list\[typing.Any]<br /><br />**Default:** \<factory> |

### Instance Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### answer

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### results

<br />

<br />
