Query

FieldTypeDescription
helloString!Hello world demo
graphGraph!Returns a graph
updateGraphMutableGraph!Update graph query, has side effects to update graph state
vectorisedGraphVectorisedGraphCreate vectorised graph in the format used for queries
namespacesCollectionOfNamespace!Returns all namespaces using recursive search
namespaceNamespace!Returns a specific namespace at a given path
rootNamespace!Returns root namespace
pluginsQueryPlugin!Returns a plugin.
receiveGraphString!Encodes graph and returns as string
versionString!

Field Details

hello

Hello world demo

Returns

Type: String!

graph

Returns a graph

Arguments

NameTypeDescription
pathString!

Returns

Type: Graph!

updateGraph

Update graph query, has side effects to update graph state

Arguments

NameTypeDescription
pathString!

Returns

Type: MutableGraph!

vectorisedGraph

Create vectorised graph in the format used for queries

Arguments

NameTypeDescription
pathString!

Returns

Type: VectorisedGraph

namespaces

Returns all namespaces using recursive search

Returns

Type: CollectionOfNamespace!

namespace

Returns a specific namespace at a given path

Arguments

NameTypeDescription
pathString!

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

NameTypeDescription
pathString!

Returns

Type: String!

version

Returns

Type: String!