List available relation types (nodes with subkind=relation)
Output
Encoding
application/jsonrelations
array
Required
Available relation types
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": [
"relations"
],
"properties": {
"relations": {
"type": "array",
"items": {
"ref": "#relationType",
"type": "ref"
},
"description": "Available relation types"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "List available relation types (nodes with subkind=relation)"
}