-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Facing Documentation and Examples #243
Comments
Related to some of the comments in jensneuse/graphql-gateway#4 |
If you would like to see an implementation of the Apollo Federation demo using DGraph as a backend, this branch has that: https://github.com/StevenACoffman/federation-demo/tree/dgraph-again It uses DGraph's lambda support for the little bit of dynamic behavior required. I would be interested in adapting this to use the recent federation gateway support to make a pure Go version of federation. |
Comparing the two, I'm curious why the schema is different. Original:
This repository's federation example version:
|
@StevenACoffman good question! =) |
@StevenACoffman |
Ah, fair enough ( original is here btw)! To clarify are |
@StevenACoffman these directives are supported. |
While
graphql-gateway
is very useful standalone, I think much of the utility ingraphql-go-tools
is in being able to use it in things like (as noted in the README):But, the Godocs alone are quite hard to get into and
graphql-gateway
in some respects is doing too much for you if you are wanting to build other things into your gateway or proxy (e.g. middlware in front of a Dgraph database in my case).Some more user (library user) facing documentation and examples to illustrate how
graphql-go-tools
might be used to make a proxy/client/server would be very useful.The text was updated successfully, but these errors were encountered: