@KaiWedekind I'm looking to implement schema stitching(or apollo's new federations spec). I can't seem to find the base vertx-graphql repo, just the npm package. We have a current graphql endpoint that stitches together some other graphql services that's running on node. I'd however like to be able to send and receive events with our primary vertx event bus that's running our other services. There aren't any decent stitching implementations for java and getting apollo running on es4x is pretty time consuming. I'd rather spend the time implementing a native stitching solution over constantly finding the points where graalvm can't handle a node package.
@jerrywgray It's in this repository. Please look into the src folder. I'd love to see this project evolving. Feel free the create a PR. :) Subscriptions is also still not implemented, if you wanna do that.
@KaiWedekind I'm looking to implement schema stitching(or apollo's new federations spec). I can't seem to find the base vertx-graphql repo, just the npm package. We have a current graphql endpoint that stitches together some other graphql services that's running on node. I'd however like to be able to send and receive events with our primary vertx event bus that's running our other services. There aren't any decent stitching implementations for java and getting apollo running on es4x is pretty time consuming. I'd rather spend the time implementing a native stitching solution over constantly finding the points where graalvm can't handle a node package.
Do you have a repo I could fork and PR into?