mostly cause our schema is ~1100 lines, 25 custom ...
# orm-help
t
mostly cause our schema is ~1100 lines, 25 custom resolvers, a stripe integration… we have to write everything for the prisma app layer, rebuuld permissions back in and then update every front end API query to the new format (no ‘all’, ie:
allItems
->
items
,
filter
to
where
and unique types to the
where
clause too… this isn’t so bad with find/going thrpugh one file at a time, but it’s a nuisance for sure… we’re also trying to switch out all the creates for upserts at the same time and rewriting any logic we hand coded for batch queries into proper prisma batches like deleteMany, updateMany