Alan

Results 1 issues of Alan

This branch fix the pluralize issue #537 Instead of **Query** `t.crud.user` and `t.crud.users` the new methods are now `t.crud.findOneUser` and `t.crud.findManyUser` following the Mutation methods style `createOneUser`. > I know...