I already run `prisma deploy` command every thing ...
# orm-help
k
I already run
prisma deploy
command every thing is work but doesn't have
foods
attribute in
MenuWhereInput
type from
generated/prisma.graphql
.
n
@Korn did you re-generate the
prisma.graphql
file?
k
Sure I'll runn`prisma deploy` all time after changed database schema.
But don't have list of string attribute in WhereInput type.
n
ahh
scalar lists don't generate filters yet
it's an open feature request here: https://github.com/graphcool/prisma/issues/1275 🙂