Ben Chen
11/05/2020, 10:39 PMprisma generate
it says it can’t find IntFilter
and StringFilter
. This historically has worked when we used crud
. How can I leverage prisma client’s filtering methods?Ryan
11/06/2020, 7:17 AMprisma generate
is only for generating the types for the models you have created. The IntFilter
and StringFilter
inputs are generated by Nexus CRUD.
You can enable CRUD and write the required crud operation to get all the filters to directly use in your resolvers or manually create them.Mikastark
11/09/2020, 1:26 PMRyan
11/09/2020, 1:27 PMMikastark
11/09/2020, 1:30 PMRyan
11/09/2020, 1:39 PM