We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ed9f9 commit 4b8118cCopy full SHA for 4b8118c
docs/schema-graphs.md
@@ -4,7 +4,7 @@ You can use the schema manager to perform CRUD actions on named graphs.
4
## Graph functions
5
The schema manager supports the following graph functions:
6
7
-### public function createGraph(string $name, array $config = [], $waitForSync = false): stdClass
+### createGraph(string $name, array $config = [], $waitForSync = false): stdClass
8
```
9
$arangoClient->schema()->createGraph(
10
'relations',
0 commit comments