Hi,
I was implement Node interface to support for Relay using @nexus/schema
with field id and resolver for that id field

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

And as you can see I can write t.id('id') in User model but it will override the resolver of id field
I wonder if this is a bug or what I can do to make it work in nexus way
Cheers,
Hi,
I was implement Node interface to support for Relay using @nexus/schema

with field
idand resolver for thatidfieldThe problem is in the

Usermodel when I implementsNodeinterface, the root object type in resolver doesn't have fieldidincluded at allAnd as you can see I can write
t.id('id')in User model but it will override the resolver ofidfieldI wonder if this is a bug or what I can do to make it work in nexus way
Cheers,