nadel icon indicating copy to clipboard operation
nadel copied to clipboard

A GraphQL execution engine for distributed schemas

Results 34 nadel issues
Sort by recently updated
recently updated
newest added

Builds on #418 to feed all the queries through `ExecutableNormalizedOperationFactory` and then dump the updated queries back out to use all variables. Not sure when we should merge this, I...

Pending #403 and need to rebase onto master to get Artyom's blueprint changes. Effectively this change uses the more correct way to collect services types that the validation has been...

This adds in the central schema (in JSON form from Franklins other branch) and then a bench mark with enough scalar wiring to get it to run

This adds the ability to track the total number of ids to be hydrated plus per call how many we are acting on Please make sure you consider the following:...

I think this is ready, but just marking it as a draft because I don't really want to merge this as of yet. It may screw around with the replay...

Hello, I have some questions, I hope you can give me answer on this. 1. Is Nadel an GraphQL Gateway? 2. Know you when the first Version will Release? 3....

Would you mind giving an completed example or tutorial about how to implement / integrate this nadel project with GraphQL Java?

Is it Nadel's intention to only combine GraphQL downstream services? Can I somehow extend it with custom implementation? I have two use cases in mind. * Calling a REST downstream...