Rintsi
04/19/2022, 4:49 PMwhere: { id: { in: identifiers } }
There is so much inception going on that I have hard time keeping up... Express -> NestJS -> PrismaRintsi
04/19/2022, 4:51 PMRintsi
04/20/2022, 4:58 AMRintsi
04/20/2022, 4:59 AMRintsi
04/20/2022, 5:00 AM@UseGuards(GqlAuthGuard)
@Query()
async myQuery(@User() user: UserEntity) {
And now I can access the user object inside the QueryNurul
04/20/2022, 11:04 AM