Hello,The case as following,ConsideringSchema:
type User {id: ID! fullName: String!userName: String! @uniqueemail: String! @unique}Database:{id: 1fullName: private doeuserName: private doeemail: email@test.com}When I try to create new user with the s...