Skip to content

Commit 84f6258

Browse files
committed
filter and sort keyword work now
1 parent d5aa684 commit 84f6258

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

neoapi/serializable_structured_node_base.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
from neomodel import StructuredNode
44

55
class SerializableStructuredNodeBase(StructuredNode):
6-
"""Base class for SerializableStructuredNode"""
6+
"""
7+
Base class for SerializableStructuredNode.
8+
9+
NOTE: Currently this class is rather sparse, but I am going to gradually move methods from Serializable
10+
Structured node into this class, so that SSN will be more of an interface that shows off the public methods.
11+
"""
712

813
@classmethod
914
def get_collection_query(cls, request_args):

0 commit comments

Comments
 (0)