nadel icon indicating copy to clipboard operation
nadel copied to clipboard

A GraphQL execution engine for distributed schemas

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

Merging deferred results to publisher and send back to client (part of the defer implementation for non-hydrated queries)

adding deferred executions to the rename transformer (it previously would ignore `@defer` directives

Also deleted `@hydratedFrom` because nobody uses that. We'll revisit it later because we do want to make hydration definitions easier.

So the phrase virtual fields here refers to a `@hydrated` field at the top level that doesn't use any `$source` arguments. Though in a new branch I've repurposed it and...

adding defer test for the remaining transforms: - NadelServiceTypeFilterTransform - NadelRenameArgumentInputTypesTransform - also added a test where it throws an error with transforms

Please make sure you consider the following: - [ ] Add tests that use __typename in queries - [ ] Does this change work with all nadel transformations (rename, type...

moving javadoc comment which was technically in the wrong place