hey there! I’ve just migrated a project from `nexu...
# graphql-nexus
l
hey there! I’ve just migrated a project from
nexus
framework to
@nexus/schema
. 🙌 I’m working with Relay on the frontend, and I wonder if global identification is still something that we consider implementing at the schema level. nexus is aware of the types, and already has the
t.id
, but it’s only a identity function. I think it could wrap into global id, and unwrap them in the resolvers so we can pass it directly to tools like prisma (or other tools/systems/etc 😄)
I’ve tried @jcm plugins for it! and while good, I still had to write code for each type in the plugin config, so it’s kinda duplicated/leaking (maybe I understood it wrong, how to actually use it right, couldn’t find an example in the wild)