Hey, anyone knows if there is a way to get `MIN` o...
# prisma-whats-new
t
Hey, anyone knows if there is a way to get
MIN
or
MAX
value of an
Int
field in a GraphQL query?
Lets say i have a type with
price
field and i want to get the entry with lowest price?
h
ordering it on price ASC then get the first?
👍 1
t
Oh 😄 didn't think about that, thanks a lot!