Opata Joshua

Results 2 comments of Opata Joshua

Error is thrown by `getValidator` 1. Option 1: Omit refs from your query shema if you don't need them in query validation ```ts export const postQueryProperties = Type.Partial(Type.Omit(postSchema, ["user"])); //...

I got it to work by generating a TS knexfile instead `knex init -x ts` and moving my js config into it