[Question] Lack Cypher doc in website
Open
doc
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 636
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 14
Description
### Problem Type (问题类型)
configs (配置项 / 文档相关)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents)
### Environment (环境信息)
任意环境~
### Your Question (问题描述)
readme中有写支持cypher语言,但在文档中没有找到和cypher语言相关的api描述。 只是在源码CypherAPI.java中看到了:
```
@Path("graphs/{graph}/cypher")
@Singleton
public class CypherAPI extends API {
```
希望能有对应的api文档支持,谢谢。
### Vertex/Edge example (问题点 / 边数据举例)
_No response_
### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.