neode
neode copied to clipboard
Argument of type 'string' is not assignable to parameter of type 'Model<unknown>'
This example from the docs:
builder.match("p", "Person").where("p.name", "Adam").return("p");
Errors as "Person" is not a model:
Argument of type 'string' is not assignable to parameter of type 'Model