When creating compound index's is it possible to f...
# orm-help
w
When creating compound index's is it possible to findUnique on that index? For example I create an index on firstName and lastName, I know the combination would be unique within a table. I'm pretty sure the prisma client used to do this but the types are not generated in the latest version.