nadel
nadel copied to clipboard
A GraphQL execution engine for distributed schemas
https://www.apollographql.com/docs/apollo-server/federation/federation-spec/ When to use one or another? Would Nadel (the project) support Federation spec?
This is just a demo, do not intend to merge this
Experimental change for faster introspection by avoiding some of the GraphQL Java execution overhead. Old ``` // Benchmark Mode Cnt Score Error Units // IntrospectionBenchmarkJava.benchMarkAvgTime avgt 20 134.819 ± 5.109...
Note: the tests arent asserting the incremental responses yet for deferred requests, it is just using the initial responses at the moment, the work for the incremental responses is in...
Please make sure you consider the following: - [ ] Add tests that use __typename in queries - [ ] Does this change work with all nadel transformations (rename, type...
Pass along query directives to compiled document
Please make sure you consider the following: - [ ] Add tests that use __typename in queries - [ ] Does this change work with all nadel transformations (rename, type...