John Kim
John Kim
@tracyboehrer Is there an update on this? I have the same question.
Hi, @ZenSoftware, To be honest with you, I'm a complete newbie myself. I've spent the past few months trying to figure out all the bits and pieces for a new...
Still researching on solutions in terms of implementation, and found this : https://github.com/0xR/graphql-transform-federation Looks like we can apply Middleware while leaving the current code generation as is to apply Apollo...
@ZenSoftware I've done some further investigating. https://github.com/0xR/graphql-transform-federation currently is out of date and does not work. Furthermore, Wundergraph while it has a lot of features out of the box, currently...
@ZenSoftware I updated deps of https://github.com/0xR/graphql-transform-federation and forked into my own repo. You can find it at https://github.com/johnkm516/graphql-transform-federation I also created another repo https://github.com/johnkm516/maple off of another template to test...
@ZenSoftware I read through the PalJS code generation yesterday and it's actually quite easy to understand. I created my own fork and added the ``` extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import:...
@ZenSoftware I upgraded all the deps to latest including to Prisma v4, and tested SDL generation. Works fine.
@ZenSoftware I have completed modifications to the PalJS code to generate a federation subschema. I haven't tested through a gateway yet but testing the ```_entities(...): [Entity]!``` in Apollo Sandbox to...
@ZenSoftware I made all the modifications you listed. - Commented out the Fed2 directives header in typedefs - Changed the interface to ```__resolveReference?: any``` - Changed the code generation to...
Hey, @ZenSoftware! Great to see you've made progress on upgrading paljs to Prisma v4. I'm back from the holidays now. I'll pull from your latest federation branch to get started...