prisma-cms/server

Prisma get schema returns NonNullable lists as Nullabled

Fi1osof opened this issue · 0 comments

type User implements Node {
id: ID!
Groups(last: Int): [UserGroup!]
}