Open aurium opened 6 years ago
I ran into a problem when the name of the table is "users" and I have to write userss (double s)
i think this is a useful PR.
Any thought on when this will be merged? I've run in to this issue now as well.
Please merge 🙏
@sbabushkin could you check this PR please? :)
Bump!
I've encountered this in my project as well. Would be great to get this merged in :)
This is similar to
listFieldName
andfieldName
fromgraphQLBuilder().model()
's extra parameter. It can simple replacelistFieldName
andfieldName
if you can addcollectiveName
andsingleName
to your models's jsonSchema. The benefit is: