prisma/prisma-examples

One-to-many relationship

konami99 opened this issue · 0 comments

From the type-graphql document, this should be posts?: Post[] | null ?
[Post] means the array only contains one element?