Query
| Field | Type | Description |
|---|---|---|
hello | String! | Hello world demo |
graph | Graph! | Returns a graph |
updateGraph | MutableGraph! | Update graph query, has side effects to update graph state |
vectorisedGraph | VectorisedGraph | Create vectorised graph in the format used for queries |
namespaces | CollectionOfNamespace! | Returns all namespaces using recursive search |
namespace | Namespace! | Returns a specific namespace at a given path |
root | Namespace! | Returns root namespace |
plugins | QueryPlugin! | Returns a plugin. |
receiveGraph | String! | Encodes graph and returns as string |
version | String! |
Field Details
hello
Hello world demo
Returns
Type: String!
graph
Returns a graph
Arguments
| Name | Type | Description |
|---|---|---|
path | String! |
Returns
Type: Graph!
updateGraph
Update graph query, has side effects to update graph state
Arguments
| Name | Type | Description |
|---|---|---|
path | String! |
Returns
Type: MutableGraph!
vectorisedGraph
Create vectorised graph in the format used for queries
Arguments
| Name | Type | Description |
|---|---|---|
path | String! |
Returns
Type: VectorisedGraph
namespaces
Returns all namespaces using recursive search
Returns
Type: CollectionOfNamespace!
namespace
Returns a specific namespace at a given path
Arguments
| Name | Type | Description |
|---|---|---|
path | String! |
Returns
Type: Namespace!
root
Returns root namespace
Returns
Type: Namespace!
plugins
Returns a plugin.
Returns
Type: QueryPlugin!
receiveGraph
Encodes graph and returns as string
Arguments
| Name | Type | Description |
|---|---|---|
path | String! |
Returns
Type: String!
version
Returns
Type: String!