You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/typedef.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ the GET document interface query parameters
12
12
13
13
| Name | Type | Description |
14
14
| --- | --- | --- |
15
+
|[query]| <code>object</code> | object that descrive the document query |
15
16
|[graph_type]| <code>GraphType</code> | instance|schema, default value is instance. Used to switch between getting documents from the instance or the schema graph. |
16
17
|[type]| <code>string</code> | only documents of the given type are returned. |
17
18
|[id]| <code>string</code> | only the document with the given ID is returned. |
0 commit comments