Getting Error Type is not assignable #855
Unanswered
gianluca1606
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys I am trying to get started to GraphQL and Nexus.
What have I done so far ?
I copied this example Prisma-GraphQL-Auth-Example
I extended the schema.prisma by creating three new models.
I am trying to create the corresponding TypeDefs of my new models.
With the categories everything seems to be working fine.
But with the PostDef I have the issue mentioned in the title.
The issue is related to the 'Categories' resolver:
Beta Was this translation helpful? Give feedback.
All reactions