Using gqlgen for generating Federation Gateway #1981
patilakshay227
started this conversation in
General
Replies: 2 comments 1 reply
-
Do you know this ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Or you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the Existing gqlgen federation, we need to use the apollo server as a gateway layer which is implemented in NodeJS.
We have observed the Go service providing better performance as compared to equivalent NodeJS service.
Can we generate the gateway itself in Go using gqlgen?
Basically no dependency on Node (Below line shouldn't be needed)
Beta Was this translation helpful? Give feedback.
All reactions