alex b
Results
1
issues of
alex b
## Problem: It seems that upon running `npx prisma-schema-transformer`, my `String[]` fields are being written back simply as `String`, which causes GraphQL queries to fail subsequently. ``` model App {...