Tags: protodef/agensgraph-python
Tags
feat: Support parameters This commit allows users to pass some types of Python values as parameters. Supported types are as follows. * Basic types * string * integer * `float` * `bool`(`True`/`False`) * `None` * Collection * `dict` -- only basic types can be key * `list`/`tuple`