We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I was implement Node interface to support for Relay using @nexus/schema with field id and resolver for that id field
id
The problem is in the User model when I implements Node interface, the root object type in resolver doesn't have field id included at all
User
Node
And as you can see I can write t.id('id') in User model but it will override the resolver of id field
t.id('id')
I wonder if this is a bug or what I can do to make it work in nexus way
Cheers,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I was implement Node interface to support for Relay using @nexus/schema
with field
id
and resolver for thatid
fieldThe problem is in the
User
model when I implementsNode
interface, the root object type in resolver doesn't have fieldid
included at allAnd as you can see I can write
t.id('id')
in User model but it will override the resolver ofid
fieldI wonder if this is a bug or what I can do to make it work in nexus way
Cheers,
The text was updated successfully, but these errors were encountered: