-
Notifications
You must be signed in to change notification settings - Fork 17
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
Apollo Federation and ArangoSearch #101
Comments
I don't think there is anything preventing you from embedding a cruddl-generated schema into Apollo Federation, but it might be a little tricky to incorporate all the features. I haven't used it myself, but as far as I understand, it needs a SDL of all federated schemas that can include some directives defined by Apollo. If you don't need any special directives in the cruddl schema, this should not be a problem. However, if you want to add directives, you would need to add them programatically to a SDL generated from the cruddl-generated schema.
Yes, and it's already implemented, but not released yet. If you want to test it, you can use [email protected]. |
Apollo Federation has a known bug with directives which might prevent this without a workaround. |
My suggestion would be to use |
The suggested workaround using |
Yup, tried it with Will be playing around with Foxx and Cruddl together and see how well they go together Also OFT: I've submitted Cruddl to https://stackshare.io would be nice to have a logo as its an opportunity to increase awareness. |
Looks like we are trying to do the same thing. DevOps setup - each domain maintained by a team, arango+cruddl for fast/simple code generation. federation at the top. |
I've been researching the topic over the last few days. Official SpecSpec: https://www.apollographql.com/docs/apollo-server/federation/federation-spec/ Postgraphile implementation of federationThread: graphile/crystal#1094 InterestingFinally, I found this really interesting project: |
@itsezc :
I can not figure out how to use printSchema for that matter ... could you explain ?
Thnks |
The latter, however it's pretty hacky but need not worry we just have to wait for apollographql/apollo-server#3013 to be resolved |
Is Cruddl compatible with Apollo Federation? if so are there any working examples of it?
And also, is there any plans to support ArangoSearch in the future?
The text was updated successfully, but these errors were encountered: