GraphQL Guide
{
nodes{
id
}
}{
"data": {
"nodes": [
{"id": "bob"},
{"id": "status"},
{"id": "cool_person"},
{"id": "alice"},
{"id": "greg"},
{"id": "emily"},
{"id": "smart_graph"},
{"id": "predicates"},
{"id": "dani"},
{"id": "fred"},
{"id": "smart_person"},
{"id": "charlie"},
{"id": "are"},
{"id": "follows"}
]
}
}Limit and pagination
Properties
Nested objects
Reversed predicates
Filters
Labels
Expanding all properties
Un-nest objects
Last updated
Was this helpful?