Commit 19ef115
authored
Add a rule to explanation results (#24)
## What is the goal of this PR?
When the client requests an explanation for a query, we want to also return the rule that is being explained. Therefore, we add the ability to pass a rule inside an explanation.
Required by:
[https://github.com/graknlabs/client-java/pull/81](https://github.com/graknlabs/client-java/pull/81)
[https://github.com/graknlabs/grakn/pull/5657](https://github.com/graknlabs/grakn/pull/5657)
## What are the changes implemented in this PR?
- Add a rule as a `Concept` within an explanation response.1 parent f41719b commit 19ef115
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments