Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 62 additions & 65 deletions content/cn/docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,78 @@
# HugeGraph Docs

* [Download](download.md)
* [Download](download/download)

## Quickstart
* [Install HugeGraph-Server](quickstart/hugegraph-server.md)
* [Load data with HugeGraph-Loader](quickstart/hugegraph-loader.md)
* [Visual with HugeGraph-Hubble](quickstart/hugegraph-hubble.md)
* [Develop with HugeGraph-Client](quickstart/hugegraph-client.md)
* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
* [Analysis with HugeGraph-Computer](quickstart/hugegraph-computer.md)
* [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md)
* [Install HugeGraph-Server](quickstart/hugegraph/hugegraph-server)
* [Load data with HugeGraph-Loader](quickstart/toolchain/hugegraph-loader)
* [Visual with HugeGraph-Hubble](quickstart/toolchain/hugegraph-hubble)
* [Develop with HugeGraph-Client](quickstart/client/hugegraph-client)
* [Manage with HugeGraph-Tools](quickstart/toolchain/hugegraph-tools)
* [Analysis with HugeGraph-Computer](quickstart/computing/hugegraph-computer)
* [Display with HugeGraph-Studio](quickstart/hugegraph-studio)

## Config
* [Config Guide](config/config-guide.md)
* [Config Options](config/config-option.md)
* [Config Authentication](config/config-authentication.md)
* [Config HTTPS](config/config-https.md)
* [Config Computer](config/config-computer.md)
* [Config Guide](config/config-guide)
* [Config Options](config/config-option)
* [Config Authentication](config/config-authentication)
* [Config HTTPS](config/config-https)
* [Config Computer](quickstart/computing/hugegraph-computer)

## API
* [RESTful API](clients/hugegraph-api.md)
* [Schema](clients/restful-api/schema.md)
* [PropertyKey](clients/restful-api/propertykey.md)
* [VertexLabel](clients/restful-api/vertexlabel.md)
* [EdgeLabel](clients/restful-api/edgelabel.md)
* [IndexLabel](clients/restful-api/indexlabel.md)
* [Rebuild](clients/restful-api/rebuild.md)
* [Vertex](clients/restful-api/vertex.md)
* [Edge](clients/restful-api/edge.md)
* [Traverser](clients/restful-api/traverser.md)
* [Rank](clients/restful-api/rank.md)
* [Variable](clients/restful-api/variable.md)
* [Graphs](clients/restful-api/graphs.md)
* [Task](clients/restful-api/task.md)
* [Gremlin](clients/restful-api/gremlin.md)
* [Cypher](clients/restful-api/cypher.md)
* [Authentication](clients/restful-api/auth.md)
* [Other](clients/restful-api/other.md)
* [Java Client](clients/hugegraph-client.md)
* [Gremlin Console](clients/gremlin-console.md)
* [RESTful API](clients/restful-api)
* [Schema](clients/restful-api/schema)
* [PropertyKey](clients/restful-api/propertykey)
* [VertexLabel](clients/restful-api/vertexlabel)
* [EdgeLabel](clients/restful-api/edgelabel)
* [IndexLabel](clients/restful-api/indexlabel)
* [Rebuild](clients/restful-api/rebuild)
* [Vertex](clients/restful-api/vertex)
* [Edge](clients/restful-api/edge)
* [Traverser](clients/restful-api/traverser)
* [Rank](clients/restful-api/rank)
* [Variable](clients/restful-api/variable)
* [Graphs](clients/restful-api/graphs)
* [Task](clients/restful-api/task)
* [Gremlin](clients/restful-api/gremlin)
* [Cypher](clients/restful-api/cypher)
* [Authentication](clients/restful-api/auth)
* [Other](clients/restful-api/other)
* [Java Client](clients/hugegraph-client)
* [Gremlin Console](clients/gremlin-console)

## Guides
* [Architecture Overview](guides/architectural.md)
* [Design Concepts](guides/desgin-concept.md)
* [Custom Plugins](guides/custom-plugin.md)
* [Backup Restore](guides/backup-restore.md)
* [FAQ](guides/faq.md)
* [Architecture Overview](guides/architectural)
* [Design Concepts](guides/desgin-concept)
* [Custom Plugins](guides/custom-plugin)
* [Backup Restore](guides/backup-restore)
* [FAQ](guides/faq)

## Query Language
* [Gremlin Query Language](language/hugegraph-gremlin.md)
* [HugeGraph Examples](language/hugegraph-example.md)
* [Gremlin Query Language](language/hugegraph-gremlin)
* [HugeGraph Examples](language/hugegraph-example)

## Performance
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6.md)
* [HugeGraph API Performance-Outdated](content/cn/docs/performance/api-performance/_index.md)
* [v0.5.6 Stand-alone(RocksDB)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-rocksdb.md)
* [v0.5.6 Cluster(Cassandra)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-cassandra.md)
* [v0.4.4](content/cn/docs/performance/api-performance/hugegraph-api-0.4.4.md)
* [v0.2](content/cn/docs/performance/api-performance/hugegraph-api-0.2.md)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance.md)
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6)
* [HugeGraph API Performance-Outdated](performance/api-performance)
* [v0.5.6 Stand-alone(RocksDB)](performance/api-performance/hugegraph-api-0.5.6-rocksdb)
* [v0.5.6 Cluster(Cassandra)](performance/api-performance/hugegraph-api-0.5.6-cassandra)
* [v0.4.4](performance/api-performance/hugegraph-api-0.4.4)
* [v0.2](performance/api-performance/hugegraph-api-0.2)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance)

## ChangeLogs
* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes.md)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes.md)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes.md)

---

* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes.md)
* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes.md)
* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes.md)
* [Release-0.9.2](changelog/hugegraph-0.9.2-release-notes.md)
* [Release-0.8.0](changelog/hugegraph-0.8.0-release-notes.md)
* [Release-0.7.4](changelog/hugegraph-0.7.4-release-notes.md)
* [Release-0.6.1](changelog/hugegraph-0.6.1-release-notes.md)
* [Release-0.5.6](changelog/hugegraph-0.5.6-release-notes.md)
* [Release-0.4.4](changelog/hugegraph-0.4.4-release-notes.md)
* [Release-0.3.3](changelog/hugegraph-0.3.3-release-notes.md)
* [Release-0.2.4](changelog/hugegraph-0.2.4-release-notes.md)
* [Release-0.2](changelog/hugegraph-0.2-release-notes.md)
* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes)
* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes)
* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes)
* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes)
* [Release-0.9.2](changelog/hugegraph-0.9.2-release-notes)
* [Release-0.8.0](changelog/hugegraph-0.8.0-release-notes)
* [Release-0.7.4](changelog/hugegraph-0.7.4-release-notes)
* [Release-0.6.1](changelog/hugegraph-0.6.1-release-notes)
* [Release-0.5.6](changelog/hugegraph-0.5.6-release-notes)
* [Release-0.4.4](changelog/hugegraph-0.4.4-release-notes)
* [Release-0.3.3](changelog/hugegraph-0.3.3-release-notes)
* [Release-0.2.4](changelog/hugegraph-0.2.4-release-notes)
* [Release-0.2](changelog/hugegraph-0.2-release-notes)
2 changes: 1 addition & 1 deletion content/cn/docs/clients/restful-api/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ GET http://localhost:8080/graphspaces/DEFAULT/auth/accesses/S-69:all>-88>11>S-77

### 10.7 图空间管理员(Manager)API

**重要提示**:在使用以下 API 之前,需要先创建图空间(graphspace)。请参考 [Graphspace API](../graphspace) 创建名为 `gs1` 的图空间。文档中的示例均假设已存在名为 `gs1` 的图空间
**重要提示**:在使用以下 API 之前,需要先创建图空间(graphspace)。请参考 [Graphspace API](./graphspace) 创建名为 `gs1` 的图空间。文档中的示例均假设已存在名为 `gs1` 的图空间

1. 图空间管理员 API 用于在 graphspace 维度给用户授予/回收管理员角色,并查询当前用户或其他用户在该 graphspace 下的角色信息。角色类型可取 `SPACE`、`SPACE_MEMBER`、`ADMIN` 。

Expand Down
2 changes: 1 addition & 1 deletion content/cn/docs/clients/restful-api/edgelabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ DELETE http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/schema/edgelab

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)
4 changes: 2 additions & 2 deletions content/cn/docs/clients/restful-api/gremlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/jobs/gremlin

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)

**查询边**

Expand Down Expand Up @@ -260,4 +260,4 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/jobs/gremlin

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/2`(其中"2"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/2`(其中"2"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)
2 changes: 1 addition & 1 deletion content/cn/docs/clients/restful-api/indexlabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ DELETE http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/schema/indexla

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)
6 changes: 3 additions & 3 deletions content/cn/docs/clients/restful-api/rebuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/jobs/rebuild/inde

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)

#### 1.6.2 VertexLabel 对应的全部索引重建

Expand All @@ -57,7 +57,7 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/jobs/rebuild/vert

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/2`(其中"2"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/2`(其中"2"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)

#### 1.6.3 EdgeLabel 对应的全部索引重建

Expand All @@ -83,4 +83,4 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/jobs/rebuild/edge

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/3`(其中"3"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/3`(其中"3"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)
2 changes: 1 addition & 1 deletion content/cn/docs/clients/restful-api/vertexlabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ DELETE http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/schema/vertexl

注:

> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](../task)
> 可以通过`GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/tasks/1`(其中"1"是 task_id)来查询异步任务的执行状态,更多[异步任务 RESTful API](./task)
2 changes: 1 addition & 1 deletion content/cn/docs/contribution-guidelines/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ vim hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java
# run test locally (optional)
mvn test -Pcore-test,memory
```
Note: In order to be consistent with the code style easily, if you use [IDEA](https://www.jetbrains.com/idea/) as your IDE, you can directly [import](https://www.jetbrains.com/help/idea/configuring-code-style.html) our code style [configuration file](./hugegraph-style.xml).
Note: In order to be consistent with the code style easily, if you use IDEA as your IDE, you can import our code style configuration file.

##### 3.2.1 添加第三方依赖

Expand Down
2 changes: 1 addition & 1 deletion content/cn/docs/quickstart/hugegraph-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ graph.schema().propertyKey("price").asInt().ifNotExist().create()
**在这里有几点需要说明**

1、上述语句是`groovy`语言形式(类似但不是`java`)的`gremlin`语句,这些`gremlin`语句会被发送到`HugeGraphServer`上执行。
关于`gremlin`本身可以参考[Gremlin Query Language](/language/hugegraph-gremlin.md)或[Tinkerpop官网](http://tinkerpop.apache.org/);
关于`gremlin`本身可以参考[Gremlin Query Language](../language/hugegraph-gremlin)或[Tinkerpop官网](http://tinkerpop.apache.org/);

2、上述语句是通过`graph.schema()`获取到`SchemaManager`对象后操作元数据,通过`gremlin`语句操作Schema可参考文档[HugeGraph-Client](/docs/clients/hugegraph-client),
需要注意的是`HugeGraph-Client`是`java`语法,大体上与`gremlin`风格是一致的,具体的差异见文档`HugeGraph-Client`中的说明。
Expand Down
104 changes: 51 additions & 53 deletions content/en/docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,67 @@
# HugeGraph Docs

* [Download](download.md)
* [Download](download/download)

## Quickstart
* [Install HugeGraph-Server](quickstart/hugegraph-server.md)
* [Load data with HugeGraph-Loader](quickstart/hugegraph-loader.md)
* [Visual with HugeGraph-Hubble](quickstart/hugegraph-hubble.md)
* [Develop with HugeGraph-Client](quickstart/hugegraph-client.md)
* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
* [Analysis with HugeGraph-Computer](quickstart/hugegraph-computer.md)
* [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md)
* [Install HugeGraph-Server](quickstart/hugegraph/hugegraph-server)
* [Load data with HugeGraph-Loader](quickstart/toolchain/hugegraph-loader)
* [Visual with HugeGraph-Hubble](quickstart/toolchain/hugegraph-hubble)
* [Develop with HugeGraph-Client](quickstart/client/hugegraph-client)
* [Manage with HugeGraph-Tools](quickstart/toolchain/hugegraph-tools)
* [Analysis with HugeGraph-Computer](quickstart/computing/hugegraph-computer)
* [Display with HugeGraph-Studio](quickstart/hugegraph-studio)
Comment thread
bitflicker64 marked this conversation as resolved.
Outdated

## Config
* [Config Guide](config/config-guide.md)
* [Config Options](config/config-option.md)
* [Config Authentication](config/config-authentication.md)
* [Config HTTPS](config/config-https.md)
* [Config Computer](config/config-computer.md)

* [Config Guide](config/config-guide)
* [Config Options](config/config-option)
* [Config Authentication](config/config-authentication)
* [Config HTTPS](config/config-https)
* [Config Computer](quickstart/computing/hugegraph-computer)

## API
* [RESTful API](clients/hugegraph-api.md)
* [Schema](clients/restful-api/schema.md)
* [PropertyKey](clients/restful-api/propertykey.md)
* [VertexLabel](clients/restful-api/vertexlabel.md)
* [EdgeLabel](clients/restful-api/edgelabel.md)
* [IndexLabel](clients/restful-api/indexlabel.md)
* [Rebuild](clients/restful-api/rebuild.md)
* [Vertex](clients/restful-api/vertex.md)
* [Edge](clients/restful-api/edge.md)
* [Traverser](clients/restful-api/traverser.md)
* [Rank](clients/restful-api/rank.md)
* [Variable](clients/restful-api/variable.md)
* [Graphs](clients/restful-api/graphs.md)
* [Task](clients/restful-api/task.md)
* [Gremlin](clients/restful-api/gremlin.md)
* [Cypher](clients/restful-api/cypher.md)
* [Authentication](clients/restful-api/auth.md)
* [Other](clients/restful-api/other.md)
* [Java Client](clients/hugegraph-client.md)
* [Gremlin Console](clients/gremlin-console.md)
* [RESTful API](clients/restful-api)
* [Schema](clients/restful-api/schema)
* [PropertyKey](clients/restful-api/propertykey)
* [VertexLabel](clients/restful-api/vertexlabel)
* [EdgeLabel](clients/restful-api/edgelabel)
* [IndexLabel](clients/restful-api/indexlabel)
* [Rebuild](clients/restful-api/rebuild)
* [Vertex](clients/restful-api/vertex)
* [Edge](clients/restful-api/edge)
* [Traverser](clients/restful-api/traverser)
* [Rank](clients/restful-api/rank)
* [Variable](clients/restful-api/variable)
* [Graphs](clients/restful-api/graphs)
* [Task](clients/restful-api/task)
* [Gremlin](clients/restful-api/gremlin)
* [Cypher](clients/restful-api/cypher)
* [Authentication](clients/restful-api/auth)
* [Other](clients/restful-api/other)
* [Java Client](clients/hugegraph-client)
* [Gremlin Console](clients/gremlin-console)

## Guides
* [Architecture Overview](guides/architectural.md)
* [Design Concepts](guides/desgin-concept.md)
* [Custom Plugins](guides/custom-plugin.md)
* [Backup Restore](guides/backup-restore.md)
* [FAQ](guides/faq.md)
* [Architecture Overview](guides/architectural)
* [Design Concepts](guides/desgin-concept)
* [Custom Plugins](guides/custom-plugin)
* [Backup Restore](guides/backup-restore)
* [FAQ](guides/faq)

## Query Language
* [Gremlin Query Language](language/hugegraph-gremlin.md)
* [HugeGraph Examples](language/hugegraph-example.md)
* [Gremlin Query Language](language/hugegraph-gremlin)
* [HugeGraph Examples](language/hugegraph-example)

## Performance
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6.md)
* [HugeGraph API Performance—Outdated](content/cn/docs/performance/api-performance/_index.md)
* [v0.5.6 Stand-alone(RocksDB)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-rocksdb.md)
* [v0.5.6 Cluster(Cassandra)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-cassandra.md)
* [v0.4.4](content/cn/docs/performance/api-performance/hugegraph-api-0.4.4.md)
* [v0.2](content/cn/docs/performance/api-performance/hugegraph-api-0.2.md)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance.md)
* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6)
* [HugeGraph API Performance—Outdated](performance/api-performance)
* [v0.5.6 Stand-alone(RocksDB)](performance/api-performance/hugegraph-api-0.5.6-rocksdb)
* [v0.5.6 Cluster(Cassandra)](performance/api-performance/hugegraph-api-0.5.6-cassandra)
* [v0.4.4](performance/api-performance/hugegraph-api-0.4.4)
* [v0.2](performance/api-performance/hugegraph-api-0.2)
* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance)

## ChangeLogs
* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes.md)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes.md)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes.md)
* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes.md)

* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes)
* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes)
* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes)
* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes)
2 changes: 1 addition & 1 deletion content/en/docs/clients/restful-api/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ GET http://localhost:8080/graphspaces/DEFAULT/auth/accesses/S-69:all>-88>11>S-77

### 10.7 Graphspace Manager (Manager) API

> **Note**: Before using the following APIs, you need to create a graphspace first. For example, create a graphspace named `gs1` via the [Graphspace API](../graphspace). The examples below assume that `gs1` already exists.
> **Note**: Before using the following APIs, you need to create a graphspace first. For example, create a graphspace named `gs1` via the [Graphspace API](./graphspace). The examples below assume that `gs1` already exists.

1. The graphspace manager API is used to grant/revoke manager roles for users at the graphspace level, and to query the roles of the current user or other users in a graphspace. Supported role types include `SPACE`, `SPACE_MEMBER`, and `ADMIN`.

Expand Down
Loading