Skip to content
Discussion options

You must be logged in to vote

Hey, you're mixing your db schema and your GraphQL schema here. fullName is solely part of your GraphQL schema, you can't therefore expect to query it. If you want to filter via fullName in the Prisma Client, you need to add fullName to the corresponding model in your Prisma Schema

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Weakky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #802 on July 20, 2020 14:02.