Indexing a field of a node as a global secondary index.
INDEX
N::NodeType { INDEX field1: String, field2: U32 }
QUERY getByIndex(index_field: String) { node <- N<User>({field1: index_field}) RETURN node }
Was this page helpful?