How to see all photon findMany "where" options?
# orm-help
a
How to see all photon findMany "where" options?
h
It is specific to your model so you check the generated typescript typings for the specific model.
Search for
${Model}CreateInput
in the index.d.ts file inside the
@generated/photon
folder. Like for example if you want to search for the User model, use
UserCreateInput