Anyone else have ghost records in their Prisma UI? My queries result in errors and it shows no content nor a way to edit or remove the record.
cfree
04/18/2019, 12:29 AM
I fixed my schema to meet the new datamodel and now the UI is angry at me
cfree
04/18/2019, 12:59 AM
My workaround was to remove the required fields that were empty from the query, which made the fields show up. Updated the required fields, then returned the query to the way it was 😓