Hello Team, I would like to find out how thus Nexu...
# orm-help
r
Hello Team, I would like to find out how thus Nexus code first support federation directive. I am building a Graphql API with Prisam and Nexus on apollo server. I need a solution to include the apollo federation directive example: @key(field: "id") or @extend to my graph generated graph by nexus. Thank you ❣️
1
h
Nexus doesn’t natively support federation. See https://github.com/graphql-nexus/nexus/issues/148 You can migrate to Pothos in this case which does have support for federation: https://pothos-graphql.dev/docs/plugins/federation