Chris Lenfest

Results 26 issues of Chris Lenfest

I moved the logic that checked to ensure all `@external` directives were used from the subgraph validations into the merge validations. Other than that, I'm part of me is unsure...

- Add complete `@fromContext` directive validation in from_context.rs validator - Implement field value type validation with support for: - Single field selections and nested field selections - Type compatibility checking...

component/composition

Switch buildSubgraphSchema to use IResolvers rather than GraphQLResolverMap. Since IResolvers is a superset, this is a backward compatible change. Fixes #2283

All tests pass, but I need to continue to read code to make sure there isn't an existing case that could be a problem. One definite issue is that if...