Gabriel Cangussu

Results 1 issues of Gabriel Cangussu

## The problem Let's say we have this schema for Prisma: ```graphql type Company { id: ID! @unique name: String! users: [User!]! } type User { id: ID! @unique name:...