`type` User { id: ID! ...
# prisma-whats-new
d
type
User { id: ID! name: { first: string!, middle: string!, last: string!, suffix: string! } }