Replies: 1 comment
-
So what is the actual error? Have you debugged your application and inspected the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey,
I am trying to solve this for a while but no success.
I have the following entity:
the mutation has the following input:
With the following resolver:
the mutation looks like the following:
And the object entry is created in the databases, the
userId
get yielded correctly, but theuserSettings
object is not, and I am pretty sure the problem is somewhere with the entity, but i am unable to find where.Any help is appreciated! :)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions