List available subkind type nodes (nodes with subkind=subkind)
Output
Encoding
application/jsonsubkinds
array
Required
Available subkind type nodes
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"subkinds"
],
"properties": {
"subkinds": {
"type": "array",
"items": {
"ref": "pub.chive.graph.listNodes#graphNode",
"type": "ref"
},
"description": "Available subkind type nodes"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "List available subkind type nodes (nodes with subkind=subkind)"
}