Join Slack
Powered by
How to see all photon findMany "where" options?
# orm-help
a
Adilet
10/29/2019, 5:11 PM
How to see all photon findMany "where" options?
h
Harshit
10/29/2019, 5:37 PM
It is specific to your model so you check the generated typescript typings for the specific model.
Harshit
10/29/2019, 5:38 PM
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
5
Views
Open in Slack
Previous
Next