Quick question: when doing `prisma introspect`, th...
# orm-help
f
Quick question: when doing
prisma introspect
, the generated schema has
field: [Type]
instead of the original
field: [Type!]!
. Did the
!]!
become optional?
n
I noticed that too, but I just added the missing
!
.
f
Same, I added them manually back just in case. Not sure if it’s a bug or just works. I’ll ask this in Spectrum since I think the team checks that more lately.