neode icon indicating copy to clipboard operation
neode copied to clipboard

Argument of type 'string' is not assignable to parameter of type 'Model<unknown>'

Open ali-habibzadeh opened this issue 2 years ago • 0 comments

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'

Screenshot 2023-08-27 at 09 59 54

ali-habibzadeh avatar Aug 27 '23 09:08 ali-habibzadeh