Trying to but i get an error `The type of Query.ge...
# orm-help
v
Trying to but i get an error
The type of Query.getSomethingBasedOnCustomType(customType:) must be Input Type but got MyCustomType
n
replace
type
by
input
🙂
this doesn't work in your Prisma datamodel, but it works in your application schema, which is often called
schema.graphql
.
v
magic, thank you!
👍 1