Sebastian Gug
10/18/2022, 8:17 PM// returning the search result
return await this.client.user.findUnique({where: {email}});
what's the right way of doing this? currently throws 'email' does not exist in type 'UserWhereUniqueInput'.
-- what's the expected way?Kevin Lanthier
10/18/2022, 8:30 PMSebastian Gug
10/18/2022, 8:34 PMSebastian Gug
10/18/2022, 8:34 PMSebastian Gug
10/18/2022, 8:35 PMKevin Lanthier
10/18/2022, 8:37 PMKevin Lanthier
10/18/2022, 8:37 PMNurul
10/19/2022, 11:21 AM