Request:
query {
search(query: "Space", nodeTypeIds: ["3e8accc9-f7c2-4f15-8c69-07d07f7eb8b0"]) {
id
name
}
}
Response:
{
"data": {
"search": [
{
"id": "f3fc76ed-79de-4b88-b3dd-2e61225985c4",
"name": "One Space"
}
]
}
}
The node name will be used on Lucene index to find nodes with specific name.