Jérémy Fauvel
Jérémy Fauvel
When we use `buildSubgraphSchema([{ typeDefs, resolvers }])`, we have a type error on the `resolvers` part. `Types of parameters 'context' and 'args' are incompatible.` This error comes from [GraphQLResolverMap](https://github.com/apollographql/apollo-tooling/blob/b1bd747861bcdb733a5e357c019885a6c0293ec7/packages/apollo-graphql/src/schema/resolverMap.ts#L3), because...
**Describe the bug** The `wrapSchema` function transforms the response when error path is not provided. Currently, `@apollo/gateway` doesn't provide this top-level path, so when we wrap a federated graph, responses...
Here an example: https://codesandbox.io/s/goofy-haslett-00zw0n?file=/src/useDemoConfig.tsx When the secondary axis only have one value to represent, 5 in my example, no bars are shown.