Arda TANRIKULU

Results 139 issues of Arda TANRIKULU

Reported by @hayes that Wrangler uses the server context with Yoga which might lead some security issues.

Implementation of Variable Batching; https://github.com/graphql/composite-schemas-spec/issues/25

Exposing the delegation plan; When you enable the environment variable, `EXPOSE_DELEGATION_PLAN`, you can see the delegation plan in the console. This can be useful for debugging and understanding how the...

Deduplicate fields, inline fragment spreads and fragment spreads before sending the operation document to the subschema See tests for the use cases

Handle interface types with non-shared implementations; For example, you have the following services, where `Node` is implemented in both services, but `Foo` and `Bar` are only implemented in one service....

If two different subschemas have the root field, use the same field to resolve missing fields instead of applying a type merging in advance See the changesets for the other...

**Fixes on `@graphql-tools/delegate`;** If a subschema returns an error for specific field that is already resolved by another subschema, the error should not be merged with the resolved object. **Improvements...