You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
It seems that the Query.raw() syntax does not support the use of parameters (which is supported by the underlying RedisGraph query). Is there a way to pass a dictionary of params into a raw query some other way?
It seems that the
Query.raw()syntax does not support the use of parameters (which is supported by the underlying RedisGraph query). Is there a way to pass a dictionary of params into a raw query some other way?