# https://stackoverflow.com/questions/74238655/conditional-query-prisma-assigning-a-value-using-date Stack Overflow Conditional query Prisma assigning a value using date I want to find the menus type provided by the restaurant (breakfast type) according to the time now, and the hours to display is on ShowingHours model I created a Menu model model Menu { id ...