objectType level resolver #1045
Unanswered
georgekrax
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't see any technical problems with the code you posted. What problem are you running into? I don't understand this line
This feels more like a question regarding your specific app, rather than one about Nexus. Is this a problem with implementing a field resolver, or a problem with your domain modeling (which is probably not fitting for this board)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a field like this:
So,
hey.location
is not already filled.But the parent element does not have the
location
field already filled. What can I do? Should I create a local-only field in the Apollo Client and not on the server?Every help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions