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
Currently, when using methods that accept NodePatternOptions such as Cypher.Pattern() and .to(), there is no enforcement of types in the key of properties.
By adding a type parameter on these methods and on NodePatternOptions, it is then possible to enforce type safety by using the keyof the type as the key of the Record