What's the latest way to import the `WhateverWhere...
# orm-help
k
What's the latest way to import the
WhateverWhereInput
types in the main
schema.graphql
file? Previously it was
# import WhateverWhereInput from "prismageneratedschemafile.graphql"
n
That's also the latest way.
k
There wasn't a generated .graphql file
So if anyone stumbles upon this question
- generator: graphql-schema output: ./prisma-schema/
Add this to your yml file
💡 1