Hi everyone. I'm getting strange error on 1.34: `...
# orm-help
t
Hi everyone. I'm getting strange error on 1.34:
Invalid input "on Query\n}", expected FragmentName, TypeCondition or Directives
on simple unique query, like this
Copy code
await ctx.prisma.query.survey({where: {id: id}})
Logs here: https://github.com/prisma/prisma/issues/2174 Has anyone see smth like this before? Any ideas?
r
do you need to run
generate
again?
t
It's not built with prisma cli. Just prisma server in docker migrated with management api and an application that uses it with
prisma-binding
re-migrating oor restarting coontainer - nothing. server schema prints out correctly.
query.surveys
works,
query.survey
— not :(